windows::Win32::System::WindowsProgramming

Function AdvInstallFileA

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