WMS_PUBLISHING_POINT_CATEGORY

banner art

Previous Next

WMS_PUBLISHING_POINT_CATEGORY

The WMS_PUBLISHING_POINT_CATEGORY enumeration type indicates whether a publishing point is on-demand or broadcast.

Syntax

  typedef enum WMS_PUBLISHING_POINT_CATEGORY{
  WMS_PUBLISHING_POINT_ON_DEMAND  = 1,
  WMS_PUBLISHING_POINT_BROADCAST  = 2
};

Members

WMS_PUBLISHING_POINT_ON_DEMAND

Specifies an on-demand publishing point object.

WMS_PUBLISHING_POINT_BROADCAST

Specifies a broadcast publishing point object.

Remarks

You can use this enumeration in the Add method on the IWMSPublishingPoints interface to specify the type of plug-in you are adding to the server.

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next