WMS_DIAGNOSTIC_EVENT

banner art

Previous Next

WMS_DIAGNOSTIC_EVENT

The WMS_DIAGNOSTIC_EVENT enumeration type identifies the event types that can be retrieved by an IWMSDiagnosticEvent interface.

Syntax

  typedef enum WMS_DIAGNOSTIC_EVENT{
  WMS_DIAGNOSTIC_EVENT_LIMIT_HIT  = 0,
  WMS_DIAGNOSTIC_EVENT_PLUGIN_EVENT_LOG_ERROR  = 1,
  WMS_DIAGNOSTIC_EVENT_PLUGIN_EVENT_LOG_WARNING  = 2,
  WMS_DIAGNOSTIC_EVENT_SERVER_EVENT_LOG_ERROR  = 3,
  WMS_DIAGNOSTIC_EVENT_SERVER_EVENT_LOG_WARNING  = 4
};

Members

WMS_DIAGNOSTIC_EVENT_LIMIT_HIT

The event is a limit hit.

WMS_DIAGNOSTIC_EVENT_PLUGIN_EVENT_LOG_ERROR

The event was raised because a plug-in wrote a WMS_EVENT_LOG_LEVEL_ERROR to the Windows Event Viewer. The server automatically disables the plug-in when this type of event is logged.

WMS_DIAGNOSTIC_EVENT_PLUGIN_EVENT_LOG_WARNING

The event was raised because a plug-in wrote a WMS_EVENT_LOG_LEVEL_WARNING to the Windows Event Viewer.

WMS_DIAGNOSTIC_EVENT_SERVER_EVENT_LOG_ERROR

The event was raised because the server wrote a WMS_EVENT_LOG_LEVEL_ERROR to the Windows Event Viewer.

WMS_DIAGNOSTIC_EVENT_SERVER_EVENT_LOG_WARNING

The event was raised because the server wrote a WMS_EVENT_LOG_LEVEL_WARNING to the Windows Event Viewer.

Remarks

This enumeration is used by the Type property on the IWMSDiagnosticEvent interface. When any of the event types above are raised, the server creates an IWMSDiagnosticEvent interface and adds it to an IWMSDiagnosticEvents interface collection.

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

Platform: Windows ServerĀ 2003 family, Windows ServerĀ 2008 family.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next