windows::Win32::Storage::FileSystem

Function VerInstallFileW

pub unsafe fn VerInstallFileW<P1, P2, P3, P4, P5>(
    uflags: VER_INSTALL_FILE_FLAGS,
    szsrcfilename: P1,
    szdestfilename: P2,
    szsrcdir: P3,
    szdestdir: P4,
    szcurdir: P5,
    sztmpfile: PWSTR,
    putmpfilelen: *mut u32,
) -> VER_INSTALL_FILE_STATUS
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>, P5: Param<PCWSTR>,