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 POLICY_ELEMENT structure contains an RSVP policy element.
Syntax
typedef struct {
USHORT usPeLength;
USHORT usPeType;
UCHAR ucPeData[4];
} POLICY_ELEMENT;
Members
usPeLength
Length of the Policy Element, in bytes.
usPeType
Policy Element type.
ucPeData[4]
Policy Element data.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | lpmapi.h (include Lpmapi.h) |