WMS_DATA_CONTAINER_GETINFO_VALUES

banner art

Previous Next

WMS_DATA_CONTAINER_GETINFO_VALUES

The WMS_DATA_CONTAINER_GETINFO_VALUES enumeration type identifies the type of information being sought about the data container.

Syntax

  typedef enum WMS_DATA_CONTAINER_GETINFO_VALUES{
  
  WMS_DATA_CONTAINER_SIZE = 1,
  
    WMS_DATA_CONTAINER_MAX_SUPPORTED_READ_SIZE = 2
  
  };

Members

WMS_DATA_CONTAINER_SIZE

The size of the container is sought.

WMS_DATA_CONTAINER_MAX_SUPPORTED_READ_SIZE

The maximum packet size of the container is sought.

Remarks

You can use this enumeration when you call the GetInfo method on the IWMSDataContainer interface to retrieve the size of a data container or to retrieve the maximum packet size of the data container. These are useful if you are creating a file system data source plug-in.

Requirements

Header: datacontainer.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next