POLICY_ELEMENT structure (infocard.h)

The POLICY_ELEMENT structure contains an RSVP policy element.

Syntax

typedef struct _POLICY_ELEMENT {
  LPCWSTR targetEndpointAddress;
  LPCWSTR issuerEndpointAddress;
  LPCWSTR issuedTokenParameters;
  LPCWSTR privacyNoticeLink;
  DWORD   privacyNoticeVersion;
  BOOL    useManagedPresentation;
} POLICY_ELEMENT, *PPOLICY_ELEMENT;

Members

targetEndpointAddress

TBD

issuerEndpointAddress

TBD

issuedTokenParameters

TBD

privacyNoticeLink

TBD

privacyNoticeVersion

TBD

useManagedPresentation

TBD

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header infocard.h (include Lpmapi.h)