Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the action information returned by an EAP peer method.
Syntax
typedef struct tagEapPeerMethodOuput {
EapPeerMethodResponseAction action;
BOOL fAllowNotifications;
} EapPeerMethodOutput;
Members
action
EapPeerMethodResponseAction enumeration value that indicates the response EAPHost should take as a result of the EAP peer method operation.
fAllowNotifications
If TRUE, allows EAPHost to raise a notification to the user; otherwise, do not allow notifications.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | eapauthenticatoractiondefine.h |