Share via


EapHostPeerUninitialize (Compact 2013)

3/26/2014

Uninitializes all EAPHost authentication sessions.

The EapHostPeerUninitialize function must be called after you are finished calling EAPHost supplicant run-time functions. In addition, if any reauthentication is expected for any reason it is best to call EapHostPeerUninitialize.

Syntax

void WINAPI.EapHostPeerUninitialize(void);

Parameters

This function has no parameters.

Return Value

This function does not return a value.

Remarks

EapHostPeerInitialize and EapHostPeerUninitialize are always thread safe.

EapHostPeerUninitialize calls CoUninitialize.

See Also

Reference

EAPHost Supplicant Run-time Functions
EapHostPeerInitialize