WMS_PACKET_LIST_EX_FLAGS

banner art

Previous Next

WMS_PACKET_LIST_EX_FLAGS

The WMS_PACKET_LIST_EX_FLAGS enumeration type identifies extended flags controlling the behavior of a packet list.

Syntax

  typedef enum WMS_PACKET_LIST_EX_FLAGS{
  WMS_PACKET_NO_RELEASE  = 0x40000000,
  WMS_PLIST_BUFFER_NO_RELEASE  = 0x40000000,
  WMS_NO_ADDREF  = 0x80000000,
  WMS_PACKET_NO_ADDREF  = 0x80000000,
  WMS_PLIST_BUFFER_NO_ADDREF  = 0x80000000,
  WMS_PLIST_NO_ADDREF  = 0x80000000
};

Members

WMS_PACKET_NO_RELEASE

The packet should not be released regardless of reference count.

WMS_PLIST_BUFFER_NO_RELEASE

The buffer should not be released regardless of reference count.

WMS_NO_ADDREF

Reference counts should not be used with this packet.

WMS_PACKET_NO_ADDREF

The reference count for the packet should not be incremented.

WMS_PLIST_BUFFER_NO_ADDREF

The reference count for the buffer should not be incremented.

WMS_PLIST_NO_ADDREF

The reference count for the packet list should not be incremented.

Requirements

Header: wmspacket.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next