EapPeerFreeMemory (Compact 2013)
3/26/2014
This function releases all memory that is associated with an opaque user interface context data buffer.
Syntax
VOID WINAPI EapPeerFreeMemory(
__in void* pUIContextData
);
Parameters
- pUIContextData
A pointer to the user interface context data to free.
Return Value
This function does not return a value.
Remarks
This method is called to release the user interface context data that is provided to the UI-specific EAP peer method APIs.
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 Configuration Functions
EapPeerFreeErrorMemory