Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.19 KB

nf-eapmethodpeerapis-eappeerfreeerrormemory.md

File metadata and controls

75 lines (58 loc) · 2.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:eapmethodpeerapis.EapPeerFreeErrorMemory
EapPeerFreeErrorMemory function (eapmethodpeerapis.h)
Releases error-specific memory allocated by the EAP peer method.
EapPeerFreeErrorMemory
EapPeerFreeErrorMemory function [EAPHost]
eaphost.eappeerfreeerrormemory
eapmethodpeerapis/EapPeerFreeErrorMemory
eaphost\eappeerfreeerrormemory.htm
eaphost
85b4197c-5caf-4e2b-94fd-e651712dd39d
12/05/2018
EapPeerFreeErrorMemory, EapPeerFreeErrorMemory function [EAPHost], eaphost.eappeerfreeerrormemory, eapmethodpeerapis/EapPeerFreeErrorMemory
eapmethodpeerapis.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
EapPeerFreeErrorMemory
eapmethodpeerapis/EapPeerFreeErrorMemory
c++
APIRef
kbSyntax
HeaderDef
eapmethodpeerapis.h
EapPeerFreeErrorMemory

EapPeerFreeErrorMemory function

-description

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

-parameters

-param pEapError [in]

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

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

-see-also

EAPHost Peer Method Configuration Functions

EAP_ERROR

EapPeerFreeMemory