EapHostPeerFreeRuntimeMemory (Compact 2013)
3/26/2014
Releases the memory space used during run-time.
Syntax
VOID WINAPI EapHostPeerFreeRuntimeMemory(
__in BYTE* pData
);
Parameters
- pData
A pointer to a buffer returned by any EapHost peer run-time API.
Return Value
This function does not return a value.
Remarks
This method is called to release a specified memory buffer returned by any EAPHost peer run-time 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 follow the syntax and parameter types that are specified in the documentation.
See Also
Reference
EAPHost Supplicant Run-time Functions
EapHostPeerInvokeIdentityUI