POLICY_ELEMENT结构包含 RSVP 策略元素。
语法
typedef struct _POLICY_ELEMENT {
LPCWSTR targetEndpointAddress;
LPCWSTR issuerEndpointAddress;
LPCWSTR issuedTokenParameters;
LPCWSTR privacyNoticeLink;
DWORD privacyNoticeVersion;
BOOL useManagedPresentation;
} POLICY_ELEMENT, *PPOLICY_ELEMENT;
成员
targetEndpointAddress
TBD
issuerEndpointAddress
TBD
issuedTokenParameters
TBD
privacyNoticeLink
TBD
privacyNoticeVersion
TBD
useManagedPresentation
TBD
要求
| 最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
| 最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
| 标头 | infocard.h (包括 Lpmapi.h) |