Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
3/26/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.