windows::Win32::System::ApplicationInstallationAndServicing

Function MsiApplyPatchW

pub unsafe fn MsiApplyPatchW<P0, P1, P3>(
    szpatchpackage: P0,
    szinstallpackage: P1,
    einstalltype: INSTALLTYPE,
    szcommandline: P3,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P3: Param<PCWSTR>,