Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |