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 [デスクトップ アプリのみ] |
| Header | infocard.h (Lpmapi.h を含む) |