EapHostPeerGetMethods (Compact 2013)
3/26/2014
Enumerates all EAP methods installed and available for use, including legacy EAP Methods.
Syntax
DWORD WINAPI EapHostPeerGetMethods(
EAP_METHOD_INFO_ARRAY* pEapMethodInfoArray,
__out EAP_ERROR** ppEapError
);
Parameters
- pEapMethodInfoArray
A pointer to an EAP_METHOD_INFO_ARRAY structure for installed EAP methods. The caller should free the inner pointers by using the function EapHostPeerFreeMemory starting at the innermost pointer.
- ppEapError
A pointer to a pointer to an EAP_ERROR structure that contains any errors raised by EAPHost during the execution of this function call. After using the error data, this memory must be freed by calling EapHostPeerFreeErrorMemory.