Function windows::Win32::System::Com::CoInstall

pub unsafe fn CoInstall<P0, P1>(
    pbc: P0,
    dwflags: u32,
    pclassspec: *const uCLSSPEC,
    pquery: *const QUERYCONTEXT,
    pszcodebase: P1
) -> Result<()>
where P0: IntoParam<IBindCtx>, P1: IntoParam<PCWSTR>,