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