Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
WMS_PACKET_BUFFER_FLAGS
The WMS_PACKET_BUFFER_FLAGS enumeration type indicates whether a buffer should be added to the end of a buffer list.
Syntax
typedef enum WMS_PACKET_BUFFER_FLAGS{
WMS_INSERT_BUFFER_AT_END = 0xFFFFFFFF
};
Members
WMS_INSERT_BUFFER_AT_END
The buffer should be inserted at the end of the list.
Requirements
Header: wmspacket.h.
Library: WMSServerTypeLib.dll.
Platform: Windows Server 2003 family, Windows Server 2008 family.
See Also
| Previous | Next |