Trait webview2_sys::ICoreWebView2CompositionController2[][src]

pub trait ICoreWebView2CompositionController2: ICoreWebView2CompositionController {
    unsafe fn get_uiaprovider(
        &self,
        provider: *mut *mut *mut IUnknownVTable
    ) -> HRESULT; }
Expand description

A continuation of the ICoreWebView2CompositionController interface.

Required methods

Returns the UI Automation Provider for the WebView.

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