Share via


EapPeerMethodOutput (Compact 7)

3/12/2014

Contains the action information returned by an EAP peer method.

Syntax

typedef struct tagEapPeerMethodOutput {
  EapPeerMethodResponseAction action;
  BOOL fAllowNotifications;
} EapPeerMethodOutput;

Members

  • action
    EapPeerMethodResponseAction enumeration value that indicates the response EAPHost should take because of the EAP peer method operation.
  • fAllowNotifications
    If TRUE, allows EAPHost to raise a notification to the user; otherwise, do not allow notifications.

See Also

Reference

EAPHost Peer Method Structures