windows::Win32::System::ApplicationInstallationAndServicing

Function MsiEnumComponentCostsW

pub unsafe fn MsiEnumComponentCostsW<P1>(
    hinstall: MSIHANDLE,
    szcomponent: P1,
    dwindex: u32,
    istate: INSTALLSTATE,
    szdrivebuf: PWSTR,
    pcchdrivebuf: *mut u32,
    picost: *mut i32,
    pitempcost: *mut i32,
) -> u32
where P1: Param<PCWSTR>,