WMSBUFFERDESC
Previous | Next |
WMSBUFFERDESC
The WMSBUFFERDESC structure contains information describing a buffer.
Syntax
Members
pBuffer
Pointer to an INSSBuffer interface containing the buffer.
dwBufferOffset
DWORD containing the offset into the packet structure where the buffer begins.
dwBufferLen
DWORD containing the length of the buffer.
wFlags
WORD containing a member of the WMS_PACKET_BUFFER_FLAGS enumeration type. Currently, this can be only zero or the following value.
Value | Description |
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 |