Platform SDK: RAS/Routing and RAS |
Use the RasFreeEapUserIdentity function to free the memory buffer returned by RasGetEapUserIdentity.
DWORD RasFreeEapUserIdentity( LPRASEAPUSERIDENTITY pRasEapUserIdentity // pointer to memory to free );
If the function succeeds, the return value is NO_ERROR.
Otherwise, the function returns one of the following error codes.
RasFreeEapUserIdentity may be called with the pRasEapUserIdentity parameter equal to NULL.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Ras.h.
Library: Use Rasapi32.lib.
Unicode: Implemented as Unicode and ANSI versions on Windows 2000.