windows::Win32::System::ApplicationInstallationAndServicing

Function MsiProvideAssemblyW

pub unsafe fn MsiProvideAssemblyW<P0, P1>(
    szassemblyname: P0,
    szappcontext: P1,
    dwinstallmode: INSTALLMODE,
    dwassemblyinfo: MSIASSEMBLYINFO,
    lppathbuf: Option<PWSTR>,
    pcchpathbuf: Option<*mut u32>,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,