次の方法で共有


EapPeerMethodOutput 構造体 (eapauthenticatoractiondefine.h)

EAP ピア メソッドによって返されるアクション情報を格納します。

構文

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

メンバー

action

EAP ピア メソッド操作の結果として EAPHost が受け取る必要がある応答を示す EapPeerMethodResponseAction 列挙値。

fAllowNotifications

TRUE の場合、EAPHost はユーザーに通知を送信できます。それ以外の場合は、通知を許可しないでください。

要件

   
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
Header eapauthenticatoractiondefine.h

関連項目

EAPHost ピア メソッドの構造