Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

EapHostPeerFreeMemory function (eaphostpeerconfigapis.h)

Frees memory returned by the configuration APIs. Do not use this function to free memory allocated to an EAP_ERROR structure. Use EapHostPeerFreeErrorMemory to free error memory.

Syntax

VOID EapHostPeerFreeMemory(
 BYTE *pData
);

Parameters

pData

A pointer to the memory to free.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header eaphostpeerconfigapis.h
Library Eappcfg.lib
DLL Eappcfg.dll

See also

EAPHost Supplicant Configuration Functions

EAPHost Supplicant Frequently Asked Questions

EapHostPeerFreeErrorMemory


Feedback

Was this page helpful?

Additional resources