EapHostPeerFreeRuntimeMemory function (eappapis.h)

Releases the memory space used during run-time.

Syntax

void EapHostPeerFreeRuntimeMemory(
  [in] BYTE *pData
);

Parameters

[in] pData

A pointer to a buffer returned by any EapHost peer run-time API.

Return value

None

Remarks

This method is called to release a specified memory buffer returned by any EAPHost peer run-time APIs.

This call is performed by a peer-based EAPHost using a function pointer to this API. This API must be implemented on the EAP method loaded by EAPHost, and must strictly conform to the syntax and parameter types specified in the documentation.

Requirements

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

See also

EAPHost Supplicant Run-Time Functions

EapHostPeerInvokeIdentityUI