WlanSetProfileList function wlanapi
Sets the preference order of profiles.
To learn more, see learn.microsoft.com/windows/win32/api/wlanapi/nf-wlanapi-wlansetprofilelist.
Implementation
@pragma('vm:prefer-inline')
int WlanSetProfileList(
HANDLE hClientHandle,
Pointer<GUID> pInterfaceGuid,
int dwItems,
Pointer<Pointer<Utf16>> strProfileNames,
) => _WlanSetProfileList(
hClientHandle,
pInterfaceGuid,
dwItems,
strProfileNames,
nullptr,
);