windows::Win32::System::ApplicationInstallationAndServicing

Function MsiDeterminePatchSequenceW

pub unsafe fn MsiDeterminePatchSequenceW<P0, P1>(
    szproductcode: P0,
    szusersid: P1,
    dwcontext: MSIINSTALLCONTEXT,
    ppatchinfo: &mut [MSIPATCHSEQUENCEINFOW],
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,