EapPeerFreeErrorMemory function (eapmethodpeerapis.h)

Releases error-specific memory allocated by the EAP peer method.

Syntax

void EapPeerFreeErrorMemory(
  [in] EAP_ERROR *pEapError
);

Parameters

[in] pEapError

A pointer to the address of an EAP_ERROR structure that contains the error data to free.

Return value

None

Remarks

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 eapmethodpeerapis.h

See also

EAPHost Peer Method Configuration Functions

EAP_ERROR

EapPeerFreeMemory