POLICY_ELEMENT structure (lpmapi.h)
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) |