Share via


EapPeerFreeErrorMemory (Compact 7)

3/12/2014

This function releases error-specific memory allocated by the EAP peer method.

Syntax

VOID WINAPI EapPeerFreeErrorMemory(
  __in  EAP_ERROR* ppEapError
);

Parameters

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

Return Value

This function does not return a value.

Remarks

This call is performed by a peer-based EAPHost by 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.

See Also

Reference

EAPHost Peer Method Configuration Functions
EAP_ERROR
EapPeerFreeMemory