Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EAPHOST_AUTH_INFO structure describes current authentication information throughout different stages of the EAP authentication process.
Syntax
typedef struct _EAPHOST_AUTH_INFO {
EAPHOST_AUTH_STATUS status;
DWORD dwErrorCode;
DWORD dwReasonCode;
} EAPHOST_AUTH_INFO;
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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | eaphostpeertypes.h |