pub unsafe extern "system" fn MsiGetComponentPathExA(
    szproductcode: PSTR,
    szcomponentcode: PSTR,
    szusersid: PSTR,
    dwcontext: MSIINSTALLCONTEXT,
    lpoutpathbuffer: PSTR,
    pcchoutpathbuffer: *mut u32
) -> INSTALLSTATE
Expand description

Required features: ‘Win32_System_ApplicationInstallationAndServicing’, ‘Win32_Foundation’