windows::Win32::System::ApplicationInstallationAndServicing

Function MsiProvideQualifiedComponentW

pub unsafe fn MsiProvideQualifiedComponentW<P0, P1>(
    szcategory: P0,
    szqualifier: P1,
    dwinstallmode: INSTALLMODE,
    lppathbuf: Option<PWSTR>,
    pcchpathbuf: Option<*mut u32>,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,