Trait webview2_sys::ICoreWebView2Interop[][src]

pub trait ICoreWebView2Interop: IUnknown {
    unsafe fn add_host_object_to_script(
        &self,
        name: LPCWSTR,
        object: *mut VARIANT
    ) -> HRESULT; }

Required methods

unsafe fn add_host_object_to_script(
    &self,
    name: LPCWSTR,
    object: *mut VARIANT
) -> HRESULT
[src]

Add the provided host object to script running in the WebView with the specified name. See the documentation for ICoreWebView2::AddHostObjectToScript for more information.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2Interop[src]

type VTable = ICoreWebView2InteropVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

impl<C: ICoreWebView2Interop> ProductionComInterface<C> for dyn ICoreWebView2Interop[src]

Implementations on Foreign Types

impl<T: ICoreWebView2Interop + ComInterface + ?Sized> ICoreWebView2Interop for ComRc<T>[src]

impl<T: ICoreWebView2Interop + ComInterface + ?Sized> ICoreWebView2Interop for ComPtr<T>[src]

Loading content...

Implementors

Loading content...