[][src]Trait webview2_sys::ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler

pub trait ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler: IUnknown {
    unsafe fn invoke(&self, error_code: HRESULT, id: LPCWSTR) -> HRESULT;
}

The caller implements this interface to receive the result of the AddScriptToExecuteOnDocumentCreated method.

Required methods

unsafe fn invoke(&self, error_code: HRESULT, id: LPCWSTR) -> 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 ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler[src]

type VTable = ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandlerVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

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

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...