WMS_PACKET_BUFFER_FLAGS

banner art

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