Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.85 KB

nf-eappapis-eaphostpeerendsession.md

File metadata and controls

75 lines (58 loc) · 2.85 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:eappapis.EapHostPeerEndSession
EapHostPeerEndSession function (eappapis.h)
Terminates the current EAP authentication session between EAPHost and the calling supplicant, and clears data stored for the session.
EapHostPeerEndSession
EapHostPeerEndSession function [EAPHost]
eaphost.eaphostpeerendsession
eappapis/EapHostPeerEndSession
eaphost\eaphostpeerendsession.htm
eaphost
6571b50b-f613-4da6-8262-1df2cf97a735
12/05/2018
EapHostPeerEndSession, EapHostPeerEndSession function [EAPHost], eaphost.eaphostpeerendsession, eappapis/EapHostPeerEndSession
eappapis.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Eappprxy.lib
Eappprxy.dll
Windows
19H1
EapHostPeerEndSession
eappapis/EapHostPeerEndSession
c++
APIRef
kbSyntax
DllExport
eappprxy.dll
EapHostPeerEndSession

EapHostPeerEndSession function

-description

Terminates the current EAP authentication session between EAPHost and the calling supplicant, and clears data stored for the session.After this call the session is no longer valid.

-parameters

-param sessionHandle [in]

A pointer to an EAP_SESSIONID structure that contains the unique handle for this EAP authentication session on the EAPHost server. This handle is returned in the pSessionId parameter in a previous call to EapHostPeerBeginSession.

-param ppEapError [out]

A pointer to the address of an EAP_ERROR structure. The address should be set to NULL before calling this function. If error data is available, a pointer to the address of an EAP_ERROR structure that contains any errors raised during the execution of this function call is received. After using the error data, free this memory by calling EapHostPeerFreeEapError.

-see-also

EAPHost Supplicant Run-time Functions

EapHostPeerBeginSession

EapHostPeerClearConnection