QOS_OBJECT_HDR structure (qos.h)

The QOS object QOS_OBJECT_HDR is attached to each QOS object. It specifies the object type and its length.

Syntax

typedef struct {
  ULONG ObjectType;
  ULONG ObjectLength;
} QOS_OBJECT_HDR, *LPQOS_OBJECT_HDR;

Members

ObjectType

Specifies the type of object to which QOS_OBJECT_HDR is attached. The following values are valid for QOS_OBJECT_HDR:

QOS_OBJECT_DESTADDR

QOS_OBJECT_END_OF_LIST

QOS_OBJECT_SD_MODE

QOS_OBJECT_SHAPING_RATE

RSVP_OBJECT_ADSPEC

RSVP_OBJECT_FILTERSPEC_LIST

RSVP_OBJECT_POLICY_INFO

RSVP_OBJECT_RESERVE_INFO

ObjectLength

Specifies the length of the attached object, inclusive of QOS_OBJECT_HDR.

Requirements

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

See also

QOS