WMS_PARSER_FLAG_TYPES

The WMS_PARSER_FLAG_TYPES enumeration type identifies a flag controlling the behavior of a packet parser.

typedef enum WMS_PARSER_FLAG_TYPES{
  WMS_PARSER_PRESERVE_PADDING  = 1
};

Members

WMS_PARSER_PRESERVE_PADDING

Padding should be preserved when combining packets.

Requirements

Header: wmspacket.h.

Library: WMSServerTypeLib.dll.

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

See Also

Concepts

Enumeration Types