windows::Win32::System::ApplicationInstallationAndServicing

Function MsiConfigureProductExW

pub unsafe fn MsiConfigureProductExW<P0, P3>(
    szproduct: P0,
    iinstalllevel: INSTALLLEVEL,
    einstallstate: INSTALLSTATE,
    szcommandline: P3,
) -> u32
where P0: Param<PCWSTR>, P3: Param<PCWSTR>,