WMS_DATA_CONTAINER_ATTRIBUTES

banner art

Previous Next

WMS_DATA_CONTAINER_ATTRIBUTES

The WMS_DATA_CONTAINER_ATTRIBUTES enumeration type indicates whether the data container supports enumeration.

Syntax

  typedef enum WMS_DATA_CONTAINER_ATTRIBUTES{
  WMS_DATA_CONTAINER_SUPPORTS_ENUMERATION = 0x0001,
};

Members

WMS_DATA_CONTAINER_SUPPORTS_ENUMERATION

The data container can be enumerated.

Remarks

This enumeration is used in the GetDataSourceAttributes method on the IWMSDataSourcePlugin interface. Some data sources, such as directories, can be enumerated, but other data sources, such as a network stream, cannot.

Requirements

Header: datacontainer.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next