windows::Win32::System::ApplicationInstallationAndServicing

Function MsiApplyPatchA

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