EapPeerMethodOutput structure (eapauthenticatoractiondefine.h)

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

See also

EAPHost Peer Method Structures