Function webview2_com::Windows::Win32::System::Com::CoCreateInstance [−][src]
pub unsafe fn CoCreateInstance<'a, T>(
rclsid: *const Guid,
punkouter: impl IntoParam<'a, IUnknown>,
dwclscontext: CLSCTX
) -> Result<T, Error> where
T: Interface,