WlanRenameProfile function wlanapi
The WlanRenameProfile function renames the specified profile.
DWORD WlanRenameProfile(
HANDLE hClientHandle,
const GUID *pInterfaceGuid,
LPCWSTR strOldProfileName,
LPCWSTR strNewProfileName,
PVOID pReserved
);
Implementation
int WlanRenameProfile(
int hClientHandle,
Pointer<GUID> pInterfaceGuid,
Pointer<Utf16> strOldProfileName,
Pointer<Utf16> strNewProfileName,
Pointer pReserved) =>
_WlanRenameProfile(hClientHandle, pInterfaceGuid, strOldProfileName,
strNewProfileName, pReserved);