Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| 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
- Enumeration Types
- IWMSPublishingPoints.Add (C#)
- IWMSPublishingPoints.Add (Visual Basic .NET)
- IWMSPublishingPoints::Add
| Previous | Next |