WMS_SERVER_STATUS

banner art

Previous Next

WMS_SERVER_STATUS

The WMS_SERVER_STATUS enumeration type indicates the status of a server.

Syntax

  typedef enum WMS_SERVER_STATUS{
  WMS_SERVER_RUNNING  = 0x0,
  WMS_SERVER_ERROR  = 0x1,
  WMS_SERVER_ERROR_CRITICAL  = 0x2
};

Members

WMS_SERVER_RUNNING

The server is running.

WMS_SERVER_ERROR

A non-critical error has occurred.

WMS_SERVER_ERROR_CRITICAL

A critical error has occurred.

Remarks

You can retrieve the status by calling the Status property of the IWMSServer interface.

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next