Trait webview2_sys::ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler[][src]

pub trait ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler: IUnknown {
    unsafe fn invoke(
        &self,
        error_code: HRESULT,
        web_view: *mut *mut ICoreWebView2CompositionControllerVTable
    ) -> HRESULT; }
Expand description

The caller implements this interface to receive the CoreWebView2Controller created via CreateCoreWebView2CompositionController.

Required methods

Called to provide the implementer with the completion status and result of the corresponding asynchronous method call.

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