windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetComponentPathExW

pub unsafe fn MsiGetComponentPathExW<P0, P1, P2>(
    szproductcode: P0,
    szcomponentcode: P1,
    szusersid: P2,
    dwcontext: Option<MSIINSTALLCONTEXT>,
    lpoutpathbuffer: Option<PWSTR>,
    pcchoutpathbuffer: Option<*mut u32>,
) -> INSTALLSTATE
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,