Desktop Functions: Smart Device Functions:
|
Search Results for "EapHostPeerInvokeConfigUI" in [All]wlanapi
private static unsafe extern UInt32 EapHostPeerInvokeConfigUI(IntPtr handle, uint dwflags, EAP_METHOD_TYPE eapMethodType, uint dwSizeOfConfigIn, byte *pConfigIn, uint *pdwSizeOfConfigOut, byte **ppConfigOut, ref IntPtr error);
Declare Function EapHostPeerInvokeConfigUI Lib "wlanapi.dll" (TODO) As TODO
UInt32 result = EapHostPeerInvokeConfigUI(handle, 0, method, 0, null, &sizeConnectionData, &connectionData, ref er); |