RasFreeEapUserIdentityA function (ras.h)

Use the RasFreeEapUserIdentity function to free the memory buffer returned by RasGetEapUserIdentity.

Syntax

void RasFreeEapUserIdentityA(
  [in] LPRASEAPUSERIDENTITYA pRasEapUserIdentity
);

Parameters

[in] pRasEapUserIdentity

Pointer to the RASEAPUSERIDENTITY structure returned by the RasGetEapUserIdentity function. RasFreeEapUserIdentity frees the memory occupied by this structure.

Return value

None

Remarks

RasFreeEapUserIdentity can be called with the pRasEapUserIdentity parameter equal to NULL.

Note

The ras.h header defines RasFreeEapUserIdentity as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ras.h
Library Rasapi32.lib
DLL Rasapi32.dll

See also

RASEAPUSERIDENTITY

RasGetEapUserIdentity