QOS_OBJECT_PRIORITY

[This is preliminary documentation and subject to change.]

The GQOS object QOS_OBJECT_PRIORITY specifies the absolute priority of a given flow.

struct { 
QOS_OBJECT_HDR     ObjectHdr;
UCHAR              SendPriority;      /* sending priority      */
UCHAR              SendFlags;         /* currently not defined */
UCHAR              ReceivePriority;   /* currently not used    */
}
 

Members

ObjectHdr
The GQOS object QOS_OBJECT_HDR.
SendPriority
Applies absolute priority to a flow. Priority values range from 0 to 7. Default priority value for any flow is 3.
SendFlags
Reserved for future use.
ReceivePriority
Currently not used.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in traffic.h.

See Also

FLOWSPEC, QOS_OBJECT_HDR, The ProviderSpecific Buffer