windows::Win32::NetworkManagement::WiFi

Function WlanSaveTemporaryProfile

pub unsafe fn WlanSaveTemporaryProfile<P2, P3>(
    hclienthandle: HANDLE,
    pinterfaceguid: *const GUID,
    strprofilename: P2,
    stralluserprofilesecurity: P3,
    dwflags: u32,
    boverwrite: bool,
    preserved: Option<*const c_void>,
) -> u32
where P2: Param<PCWSTR>, P3: Param<PCWSTR>,