Skip to content

Latest commit

 

History

History
96 lines (78 loc) · 3.97 KB

nf-eaphostpeerconfigapis-eaphostpeerfreeerrormemory.md

File metadata and controls

96 lines (78 loc) · 3.97 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:eaphostpeerconfigapis.EapHostPeerFreeErrorMemory
EapHostPeerFreeErrorMemory function (eaphostpeerconfigapis.h)
Frees memory allocated to an EAP_ERROR structure.
EapHostPeerFreeErrorMemory
EapHostPeerFreeErrorMemory function [EAPHost]
eaphost.eaphostpeerfreeerrormemory
eaphostpeerconfigapis/EapHostPeerFreeErrorMemory
eaphost\eaphostpeerfreeerrormemory.htm
eaphost
c80ac625-8202-49a7-813a-62a9e0d15058
12/05/2018
EapHostPeerFreeErrorMemory, EapHostPeerFreeErrorMemory function [EAPHost], eaphost.eaphostpeerfreeerrormemory, eaphostpeerconfigapis/EapHostPeerFreeErrorMemory
eaphostpeerconfigapis.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Eappcfg.lib
Eappcfg.dll
Windows
19H1
EapHostPeerFreeErrorMemory
eaphostpeerconfigapis/EapHostPeerFreeErrorMemory
c++
APIRef
kbSyntax
DllExport
eappcfg.dll
EapHostPeerFreeErrorMemory

EapHostPeerFreeErrorMemory function

-description

Frees memory allocated to an EAPHost supplicant configuration function fails.

The EapHostPeerFreeErrorMemory function is used only for freeing EAP_ERROR structures returned by EAPHost configuration APIs, while the EapHostPeerFreeEapError function is used for freeing EAP_ERROR structures returned by EAPHost run-time APIs.

If any of the following configuration APIs functions are called, and an EAP_ERROR is returned, EapHostPeerFreeErrorMemory must be called to free the memory:

Note  EAPHost run-time APIs are defined in eappapis.h. EAPHost configuration APIs are defined in EapHostPeerConfigApis.h.
 

-parameters

-param pEapError

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

-see-also

EAPHost Supplicant Configuration Functions

EAPHost Supplicant Frequently Asked Questions

EapHostFreeEapError