WMS_BROADCAST_PUBLISHING_POINT_STATUS

banner art

Previous Next

WMS_BROADCAST_PUBLISHING_POINT_STATUS

The WMS_BROADCAST_PUBLISHING_POINT_STATUS enumeration type identifies the possible states for a broadcast publishing point.

Syntax

  typedef enum WMS_BROADCAST_PUBLISHING_POINT_STATUS{
  WMS_BROADCAST_PUBLISHING_POINT_STOPPED  = 0x0,
  WMS_BROADCAST_PUBLISHING_POINT_STARTED_WITHOUT_DATA  = 0x1,
  WMS_BROADCAST_PUBLISHING_POINT_STARTED  = 0x2,
  WMS_BROADCAST_PUBLISHING_POINT_ARCHIVING  = 0x4,
  WMS_BROADCAST_PUBLISHING_POINT_CHANGE_IN_PROGRESS  = 0x8
};

Members

WMS_BROADCAST_PUBLISHING_POINT_STOPPED

The publishing point has been stopped.

WMS_BROADCAST_PUBLISHING_POINT_STARTED_WITHOUT_DATA

The publishing point has been initialized, and the multicast data sinks are transmitting multicast beacons. This flag is set when you call the StartWithoutData method on the IWMSBroadcastPublishingPoint interface.

WMS_BROADCAST_PUBLISHING_POINT_STARTED

The publishing point is running. This flag is never set in conjunction with the WMS_BROADCAST_PUBLISHING_POINT_STARTED_WITHOUT_DATA

WMS_BROADCAST_PUBLISHING_POINT_ARCHIVING

The publishing point is archiving content to a file.

WMS_BROADCAST_PUBLISHING_POINT_CHANGE_IN_PROGRESS

The publishing point is starting or stopping.

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next