UCC_DIAGNOSTIC_REPORTING_METHODS 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 type of diagnostic reporting supported by the UCC API.

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

Syntax

'Declaration
Public Enumeration UCC_DIAGNOSTIC_REPORTING_METHODS
public enum UCC_DIAGNOSTIC_REPORTING_METHODS
public enum class UCC_DIAGNOSTIC_REPORTING_METHODS
public enum UCC_DIAGNOSTIC_REPORTING_METHODS
public enum UCC_DIAGNOSTIC_REPORTING_METHODS

Members

Member name Description
UCCDRM_EVENT_LOGGING A flag indicating that the diagnostic information is reported to the event log on the local computer. The event log can be viewed using the Windows Event Viewer.
UCCDRM_SERVER_CDR_LOGGING A flag indicating that the diagnostic information is reported to the server.

Remarks

This enumeration type lets an application choose how an error condition at run time is reported by the API. The application does this by calling an appropriate (enabling or disabling) method on the IUccDiagnosticReportingSettings interface. As part of the error reporting, the API also propagates the error information to the application in an IUccDiagnosticInfo object that the application can obtain from the event context of an event.

Win32 COM/C++ Syntax

typedef enum UCC_DIAGNOSTIC_REPORTING_METHODS
{
   UCCDRM_EVENT_LOGGING = 0x00000001,
   UCCDRM_SERVER_CDR_LOGGING = 0x00000002
};

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