Trait webview2_sys::ICoreWebView2CreateCoreWebView2ControllerCompletedHandler [−][src]
pub trait ICoreWebView2CreateCoreWebView2ControllerCompletedHandler: IUnknown { unsafe fn invoke(
&self,
error_code: HRESULT,
created_controller: *mut *mut ICoreWebView2ControllerVTable
) -> HRESULT; }
Receives the CoreWebView2Controller created using CreateCoreWebView2Controller.
Required methods
unsafe fn invoke(
&self,
error_code: HRESULT,
created_controller: *mut *mut ICoreWebView2ControllerVTable
) -> HRESULT[src]
&self,
error_code: HRESULT,
created_controller: *mut *mut ICoreWebView2ControllerVTable
) -> HRESULT
Provides the completion status and result of the corresponding asynchronous method.
Trait Implementations
Implementations on Foreign Types
impl<T: ICoreWebView2CreateCoreWebView2ControllerCompletedHandler + ComInterface + ?Sized> ICoreWebView2CreateCoreWebView2ControllerCompletedHandler for ComRc<T>[src]
impl<T: ICoreWebView2CreateCoreWebView2ControllerCompletedHandler + ComInterface + ?Sized> ICoreWebView2CreateCoreWebView2ControllerCompletedHandler for ComRc<T>[src]impl<T: ICoreWebView2CreateCoreWebView2ControllerCompletedHandler + ComInterface + ?Sized> ICoreWebView2CreateCoreWebView2ControllerCompletedHandler for ComPtr<T>[src]
impl<T: ICoreWebView2CreateCoreWebView2ControllerCompletedHandler + ComInterface + ?Sized> ICoreWebView2CreateCoreWebView2ControllerCompletedHandler for ComPtr<T>[src]