EapPeerMethodOutput 구조체(eapauthenticatoractiondefine.h)
EAP 피어 메서드에서 반환된 작업 정보를 포함합니다.
구문
typedef struct tagEapPeerMethodOuput {
EapPeerMethodResponseAction action;
BOOL fAllowNotifications;
} EapPeerMethodOutput;
멤버
action
EAP 피어 메서드 작업의 결과로 EAPHost가 수행해야 하는 응답을 나타내는 EapPeerMethodResponseAction 열거형 값입니다.
fAllowNotifications
TRUE이면 EAPHost가 사용자에게 알림을 발생시킬 수 있습니다. 그렇지 않으면 알림을 허용하지 않습니다.
요구 사항
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱만 해당] |
머리글 | eapauthenticatoractiondefine.h |