windows::Win32::System::ApplicationInstallationAndServicing

Function MsiSetComponentStateW

pub unsafe fn MsiSetComponentStateW<P1>(
    hinstall: MSIHANDLE,
    szcomponent: P1,
    istate: INSTALLSTATE,
) -> u32
where P1: Param<PCWSTR>,