ICoreWebView2ExecuteScriptCompletedHandler

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2ExecuteScriptCompletedHandler : IUnknown {
static const
GUID iid;
}

Members

Functions

Invoke
HRESULT Invoke(HRESULT errorCode, LPCWSTR resultObjectAsJson)

Provide the implementer with the completion status and result of the corresponding asynchronous method.

Suggestion Box / Bug Report