POLICY_DECISION structure (lpmapi.h)
The POLICY_DECISION structure contains RSVP policy decision information.
Syntax
typedef struct policy_decision {
LPV lpvResult;
WORD wPolicyErrCode;
WORD wPolicyErrValue;
} POLICY_DECISION;
Members
lpvResult
Local policy value.
wPolicyErrCode
RSVP-defined error code.
wPolicyErrValue
RSVP-defined error value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | lpmapi.h |