windows::Win32::System::WindowsProgramming

Function AdvInstallFileW

pub unsafe fn AdvInstallFileW<P1, P2, P3, P4>(
    hwnd: HWND,
    lpszsourcedir: P1,
    lpszsourcefile: P2,
    lpszdestdir: P3,
    lpszdestfile: P4,
    dwflags: u32,
    dwreserved: u32,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,