WMS_PACKET_STATUS_FLAGS

banner art

Previous Next

WMS_PACKET_STATUS_FLAGS

The WMS_PACKET_STATUS_FLAGS enumeration type identifies the status of a packet.

Syntax

  typedef enum WMS_PACKET_STATUS_FLAGS{
  WMS_START_NEXT_READ  = 1,
  WMS_WRITE_COMPLETED  = 2,
  WMS_REQUEST_BUFFER  = 4,
  WMS_PACKET_LIST_UDP_RESEND  = 8
};

Members

WMS_START_NEXT_READ

A new read operation should be started when the current read operation is completed.

WMS_WRITE_COMPLETED

The current write operation has been completed.

WMS_REQUEST_BUFFER

The associated buffer contains a request.

WMS_HEADER_BUFFER

The associated buffer contains a header.

Requirements

Header: wmspacket.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next