Trait webview2_sys::ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler [−][src]
pub trait ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler: IUnknown { unsafe fn invoke(&self, error_code: HRESULT, id: LPCWSTR) -> HRESULT; }
Receives the result of the AddScriptToExecuteOnDocumentCreated method.
Required methods
unsafe fn invoke(&self, error_code: HRESULT, id: LPCWSTR) -> HRESULT[src]
Provide the completion status and result of the corresponding asynchronous method.
Trait Implementations
Implementations on Foreign Types
impl<T: ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler + ComInterface + ?Sized> ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler for ComRc<T>[src]
impl<T: ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler + ComInterface + ?Sized> ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler for ComRc<T>[src]impl<T: ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler + ComInterface + ?Sized> ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler for ComPtr<T>[src]
impl<T: ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler + ComInterface + ?Sized> ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler for ComPtr<T>[src]