Trait webview2_sys::ICoreWebView2Environment4[][src]

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

A continuation of the ICoreWebView2Environment3 interface.

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