WMS_PUBLISHING_POINT_STATUS

banner art

Previous Next

WMS_PUBLISHING_POINT_STATUS

The WMS_PUBLISHING_POINT_STATUS enumeration type identifies the possible states of a publishing point.

Syntax

  typedef enum WMS_PUBLISHING_POINT_STATUS{
  WMS_PUBLISHING_POINT_RUNNING  = 0x0,
  WMS_PUBLISHING_POINT_ERROR  = 0x1,
  WMS_PUBLISHING_POINT_ERROR_CRITICAL  = 0x2
};

Members

WMS_PUBLISHING_POINT_RUNNING

The publishing point is running and accepting all client connections.

WMS_PUBLISHING_POINT_ERROR

An error has occurred on a plug-in.

WMS_PUBLISHING_POINT_ERROR_CRITICAL

An authentication or authorization plug-in has failed.

Remarks

You can retrieve the publishing point status by calling the Status property on the IWMSPublishingPoint interface.

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next