WlanGetProfileList function wlanapi
Retrieves the list of profiles.
To learn more, see learn.microsoft.com/windows/win32/api/wlanapi/nf-wlanapi-wlangetprofilelist.
Implementation
@pragma('vm:prefer-inline')
int WlanGetProfileList(
HANDLE hClientHandle,
Pointer<GUID> pInterfaceGuid,
Pointer<Pointer<WLAN_PROFILE_INFO_LIST>> ppProfileList,
) => _WlanGetProfileList(hClientHandle, pInterfaceGuid, nullptr, ppProfileList);