WMS_DATA_CONTAINER_GETINFO_FLAGS
Previous | Next |
WMS_DATA_CONTAINER_GETINFO_FLAGS
The WMS_DATA_CONTAINER_GETINFO_FLAGS enumeration type indicates whether a data container supports seeking and whether it is located on the local computer.
Syntax
typedef enum WMS_DATA_CONTAINER_GETINFO_FLAGS{ WMS_SEEKABLE_CONTAINER = 0x0001, WMS_LOCAL_DATA_CONTAINER = 0x0002 };
Members
WMS_SEEKABLE_CONTAINER
The data container supports seeking.
WMS_LOCAL_DATA_CONTAINER
The data container is located on the local computer.
Remarks
Your custom data source plug-in must use this enumeration when it calls the OnGetInfo method on the IWMSDataContainerCallback interface.
Requirements
Header: datacontainer.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
- Enumeration Types
- IWMSDataContainerCallback.OnGetInfo (C#)
- IWMSDataContainerCallback.OnGetInfo (Visual Basic .NET)
- IWMSDataContainerCallback::OnGetInfo
Previous | Next |