windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetPatchFileListW

pub unsafe fn MsiGetPatchFileListW<P0, P1>(
    szproductcode: P0,
    szpatchpackages: P1,
    pcfiles: *mut u32,
    pphfilerecords: *mut *mut MSIHANDLE,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,