EAPHOST_AUTH_INFO (Compact 2013)
3/26/2014
This structure describes current authentication information throughout different stages of the EAP authentication process.
Syntax
typedef struct _EAP_AUTH_INFO {
EAPHOST_AUTH_STATUS status;
DWORD dwErrorCode;
DWORD dwReasonCode;
} EAPHOST
Members
- status
An EAPHOST_AUTH_STATUS enumeration value that specifies the current status of the authentication session.
- dwErrorCode
An error value, either from winerror.h or elsewhere (Raserror.h), that indicates the last error raised during the authentication process.
- dwReasonCode
A reason code that specifies the reason the error in dwErrorCode was raised.