WMS_OS_PRODUCT_TYPE

banner art

Previous Next

WMS_OS_PRODUCT_TYPE

The WMS_OS_PRODUCT_TYPE enumeration type identifies the operating system that you are running.

Syntax

  typedef enum WMS_OS_PRODUCT_TYPE{
  WMS_OS_PRODUCT_SERVER  = 1,
  WMS_OS_PRODUCT_ADVANCED  = 2
};

Members

WMS_OS_PRODUCT_SERVER

Identifies Windows Server 2003, Standard Edition and Windows Server 2008 Standard.

WMS_OS_PRODUCT_ADVANCED

Identifies Windows Server 2003, Enterprise Edition and Windows Server 2008 Enterprise.

Remarks

You can use the OSProductType property on the IWMSServer interface to retrieve the operating system type.

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next