WlanSaveTemporaryProfile function wlanapi
The WlanSaveTemporaryProfile function saves a temporary profile to the profile store.
DWORD WlanSaveTemporaryProfile(
HANDLE hClientHandle,
const GUID *pInterfaceGuid,
LPCWSTR strProfileName,
LPCWSTR strAllUserProfileSecurity,
DWORD dwFlags,
BOOL bOverWrite,
PVOID pReserved
);
Implementation
int WlanSaveTemporaryProfile(
int hClientHandle,
Pointer<GUID> pInterfaceGuid,
Pointer<Utf16> strProfileName,
Pointer<Utf16> strAllUserProfileSecurity,
int dwFlags,
int bOverWrite,
Pointer pReserved,
) => _WlanSaveTemporaryProfile(
hClientHandle,
pInterfaceGuid,
strProfileName,
strAllUserProfileSecurity,
dwFlags,
bOverWrite,
pReserved,
);