Trait webview2_sys::ICoreWebView2EnvironmentInterop[][src]

pub trait ICoreWebView2EnvironmentInterop: IUnknown {
    unsafe fn get_provider_for_hwnd(
        &self,
        hwnd: HWND,
        provider: *mut *mut *mut IUnknownVTable
    ) -> HRESULT; }
Expand description

This is the ICoreWebView2EnvironmentInterop interface. Interop interface for the CoreWebView2Environment WinRT object to allow WinRT end developers to be able to use COM interfaces as parameters for some methods.

Required methods

Returns the UI Automation Provider for the ICoreWebView2CompositionController that corresponds with the given HWND.

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors