UCC_DIAGNOSTIC_INFO_TYPE Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates the types of possible IUccDiagnosticInfo objects.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_DIAGNOSTIC_INFO_TYPE
public enum UCC_DIAGNOSTIC_INFO_TYPE
public enum class UCC_DIAGNOSTIC_INFO_TYPE
public enum UCC_DIAGNOSTIC_INFO_TYPE
public enum UCC_DIAGNOSTIC_INFO_TYPE

Members

Member name Description
UCCDIT_CLIENT_DIAGNOSTIC A flag indicating that an IUccDiagnosticInfo object contains client diagnostics.
UCCDIT_SERVER_DIAGNOSTIC A flag indicating that an IUccDiagnosticInfo object contains server diagnostics.
UCCDIT_SERVER_DIAGNOSTIC_PUBLIC A flag indicating that an IUccDiagnosticInfo object contains public server diagnostics.
UCCDIT_STATUS A flag indicating that an IUccDiagnosticInfo object contains operational statuses.
UCCDIT_WARNING A flag indicating that an IUccDiagnosticInfo object contains warnings.

Remarks

The UCC API uses an IUccDiagnosticInfo object to hold different types of diagnostic information. An application can discover the type of a set of diagnostic information by comparing the IUccDiagnosticInfo.Type property against members of this enumeration.

Win32 COM/C++ Syntax

typedef enum UCC_DIAGNOSTIC_INFO_TYPE
{
   UCCDIT_SERVER_DIAGNOSTIC = 0,
   UCCDIT_SERVER_DIAGNOSTIC_PUBLIC = 1,
   UCCDIT_CLIENT_DIAGNOSTIC = 2,
   UCCDIT_WARNING = 3,
   UCCDIT_STATUS = 4
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace