WMS_CONTEXT_HINT_CONSTANTS

banner art

Previous Next

WMS_CONTEXT_HINT_CONSTANTS

The WMS_CONTEXT_HINT_CONSTANTS enumeration type defines a constant that can be substituted for the context property key in any method requiring a key.

Syntax

  typedef enum WMS_CONTEXT_HINT_CONSTANTS{
  WMS_CONTEXT_NO_NAME_HINT  = 0xFFFFFFFF
};

Members

WMS_CONTEXT_NO_NAME_HINT

You can use this constant when you do not specify a property key.

Remarks

You can find the property keys by looking in the appropriate context. For more information, see Contexts.

Requirements

Header: wmscontext.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next