WMS_PLUGIN_SUPPORT_TYPE

The WMS_PLUGIN_SUPPORT_TYPE enumeration type indicates whether a plug-in can be enabled under the current operating system.

typedef enum WMS_PLUGIN_SUPPORT_TYPE{
  WMS_PLUGIN_SUPPORT_IS_SUPPORTED  = 0x0000,
  WMS_PLUGIN_SUPPORT_REQUIRES_ADVANCED_SERVER  = 0x0001
};

Members

WMS_PLUGIN_SUPPORT_IS_SUPPORTED

The plug-in can be enabled under the current operating system.

WMS_PLUGIN_SUPPORT_REQUIRES_ADVANCED_SERVER

To be enabled, the plug-in requires Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; Windows Server 2008 Enterprise; or Windows Server 2008 Datacenter.

Remarks

Some plug-ins cannot be used on Windows Server 2003, Standard Edition or Windows Server 2008 Standard. You can check the support status of any plug-in by calling the SupportStatus property on the IWMSPlugin interface.

Requirements

Header: wmsplugin.h.

Library: WMSServerTypeLib.dll.

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

See Also (General)