WlanGetProfile function wlanapi
The WlanGetProfile function retrieves all information about a specified wireless profile.
DWORD WlanGetProfile(
HANDLE hClientHandle,
const GUID *pInterfaceGuid,
LPCWSTR strProfileName,
PVOID pReserved,
LPWSTR *pstrProfileXml,
DWORD *pdwFlags,
DWORD *pdwGrantedAccess
);
Implementation
int WlanGetProfile(
int hClientHandle,
Pointer<GUID> pInterfaceGuid,
Pointer<Utf16> strProfileName,
Pointer pReserved,
Pointer<Pointer<Utf16>> pstrProfileXml,
Pointer<Uint32> pdwFlags,
Pointer<Uint32> pdwGrantedAccess) =>
_WlanGetProfile(hClientHandle, pInterfaceGuid, strProfileName, pReserved,
pstrProfileXml, pdwFlags, pdwGrantedAccess);