共用方式為


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

另請參閱

EAPHost 對等方法結構