Edit

QOS_TCP_TRAFFIC structure (qosobjs.h)

The QOS_TCP_TRAFFIC structure is used to indicate that IP Precedence and UserPriority mappings for a given flow must be set to system defaults for TCP traffic.

Syntax

typedef struct _QOS_TCP_TRAFFIC {
  QOS_OBJECT_HDR ObjectHdr;
} QOS_TCP_TRAFFIC, *LPQOS_TCP_TRAFFIC;

Members

ObjectHdr

A QOS object header.

Remarks

When the QOS_TCP_TRAFFIC object is passed, the DSField mapping and UserPriorityMapping of ServiceType are ignored, as are QOS_OBJECT_DS_CLASS and QOS_OBJECT_TRAFFIC_CLASS.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header qosobjs.h

See also

FLOWSPEC