windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetComponentPathA

pub unsafe fn MsiGetComponentPathA<P0, P1>(
    szproduct: P0,
    szcomponent: P1,
    lppathbuf: Option<PSTR>,
    pcchbuf: Option<*mut u32>,
) -> INSTALLSTATE
where P0: Param<PCSTR>, P1: Param<PCSTR>,