RASEAPINFO structure
The RASEAPINFO structure contains user-specific Extensible Authentication Protocol (EAP) information. Use RASEAPINFO to pass this information to the RasDial function.
typedef struct tagRASEAPINFO {
DWORD dwSizeofEapInfo;
BYTE *pbEapInfo;
} tagRASEAPINFO;
dwSizeofEapInfo
Specifies the size of the binary information pointed to by the pbEapInfo member.pbEapInfo
Pointer to binary EAP information. RasDial uses this information for authentication.
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
Ras.h |
Remote Access Service (RAS) Overview