pub trait ICoreWebView2Interop: IUnknown {
// Required method
unsafe fn add_host_object_to_script(
&self,
name: LPCWSTR,
object: *mut VARIANT,
) -> HRESULT;
}Expand description
This is the ICoreWebView2Interop interface. Interop interface for the CoreWebView2 WinRT object to allow WinRT end developers to be able to use COM interfaces as parameters for some methods.
Required Methods§
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2Interop
impl ComInterface for dyn ICoreWebView2Interop
Source§type VTable = ICoreWebView2InteropVTable
type VTable = ICoreWebView2InteropVTable
A COM compatible V-Table
Source§fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
Check whether a given IID is in the inheritance hierarchy of this interface