EapPeerShutdown (Compact 2013)
3/26/2014
Shuts down the EAP method and prepares to unload its corresponding DLL. This is the last function that EAPHost should call on this method. The only exceptions are the EapPeerFreeErrorMemory and EapPeerGetInfo functions that can be called at any time.
Syntax
DWORD WINAPI EapPeerShutdown(
__out EAP_ERROR** ppEapError
);
Parameters
- ppEapError
A pointer to a pointer to an EAP_ERROR structure that contains any errors raised during the execution of this function call. After using the error data, this memory must be freed by passing a pointer to EapPeerFreeErrorMemory.
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 comply with the syntax and parameter types that are specified in the documentation.
See Also
Reference
EAPHost Peer Method Run-Time Functions
EapPeerFreeErrorMemory
EapPeerGetInfo