EapPeerMethodOutput 结构 (eapauthenticatoractiondefine.h)
包含 EAP 对等方法返回的操作信息。
语法
typedef struct tagEapPeerMethodOuput {
EapPeerMethodResponseAction action;
BOOL fAllowNotifications;
} EapPeerMethodOutput;
成员
action
EapPeerMethodResponseAction 枚举值,该值指示 EAPHost 应作为 EAP 对等方法操作的结果而采取的响应。
fAllowNotifications
如果 为 TRUE,则允许 EAPHost 向用户发出通知;否则,不允许通知。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
标头 | eapauthenticatoractiondefine.h |