windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetComponentStateA

pub unsafe fn MsiGetComponentStateA<P1>(
    hinstall: MSIHANDLE,
    szcomponent: P1,
    piinstalled: *mut INSTALLSTATE,
    piaction: *mut INSTALLSTATE,
) -> u32
where P1: Param<PCSTR>,