Platform SDK: Quality of Service

QOS_OBJECT_HDR

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

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.
ObjectLength
Specifies the length of the attached object, inclusive of QOS_OBJECT_HDR.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Qos.h.