windows::Win32::NetworkManagement::WiFi

Function WlanSetProfile

pub unsafe fn WlanSetProfile<P3, P4>(
    hclienthandle: HANDLE,
    pinterfaceguid: *const GUID,
    dwflags: u32,
    strprofilexml: P3,
    stralluserprofilesecurity: P4,
    boverwrite: bool,
    preserved: Option<*const c_void>,
    pdwreasoncode: *mut u32,
) -> u32
where P3: Param<PCWSTR>, P4: Param<PCWSTR>,