WlanGetProfileList function wlanapi
int
WlanGetProfileList(
- int hClientHandle,
- Pointer<
GUID> pInterfaceGuid, - Pointer<
NativeType> pReserved, - Pointer<
Pointer< ppProfileList,WLAN_PROFILE_INFO_LIST> >
The WlanGetProfileList function retrieves the list of profiles in preference order.
DWORD WlanGetProfileList(
HANDLE hClientHandle,
const GUID *pInterfaceGuid,
PVOID pReserved,
PWLAN_PROFILE_INFO_LIST *ppProfileList
);
Implementation
int WlanGetProfileList(
int hClientHandle,
Pointer<GUID> pInterfaceGuid,
Pointer pReserved,
Pointer<Pointer<WLAN_PROFILE_INFO_LIST>> ppProfileList,
) => _WlanGetProfileList(
hClientHandle,
pInterfaceGuid,
pReserved,
ppProfileList,
);