[][src]Trait webview2_sys::ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler

pub trait ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler: IUnknown {
    unsafe fn invoke(
        &self,
        result: HRESULT,
        created_environment: *mut *mut ICoreWebView2EnvironmentVTable
    ) -> HRESULT; }

The caller implements this interface to receive the WebView2Environment created via CreateCoreWebView2Environment.

Required methods

unsafe fn invoke(
    &self,
    result: HRESULT,
    created_environment: *mut *mut ICoreWebView2EnvironmentVTable
) -> HRESULT

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

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler[src]

type VTable = ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandlerVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...