Platform SDK: RAS/Routing and RAS

RASEAPINFO

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;
};

Members

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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Ras.h.

See Also

Remote Access Service (RAS) Overview, Remote Access Service Structures, RasGetEapUserData, RASDIALEXTENSIONS