windows::Win32::System::ApplicationInstallationAndServicing

Function MsiProvideQualifiedComponentExW

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