windows::Win32::System::ApplicationInstallationAndServicing

Function MsiEnumPatchesExW

pub unsafe fn MsiEnumPatchesExW<P0, P1>(
    szproductcode: P0,
    szusersid: P1,
    dwcontext: u32,
    dwfilter: u32,
    dwindex: u32,
    szpatchcode: Option<&mut [u16; 39]>,
    sztargetproductcode: Option<&mut [u16; 39]>,
    pdwtargetproductcontext: Option<*mut MSIINSTALLCONTEXT>,
    sztargetusersid: Option<PWSTR>,
    pcchtargetusersid: Option<*mut u32>,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,