RSVP_POLICY_INFO structure (qossp.h)

The RSVP_POLICY_INFO structure stores undefined policy elements retrieved from RSVP.

Syntax

typedef struct _RSVP_POLICY_INFO {
  QOS_OBJECT_HDR ObjectHdr;
  ULONG          NumPolicyElement;
  RSVP_POLICY    PolicyElement[1];
} RSVP_POLICY_INFO, *LPRSVP_POLICY_INFO;

Members

ObjectHdr

QOS object header that specifies the size and length of the QOS object.

NumPolicyElement

Number of policy elements in PolicyElement.

PolicyElement[1]

List of policy elements received, in the form of a RSVP_POLICY structure.

Requirements

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

See also

QOS_OBJECT_HDR

RSVP_POLICY