ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler

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

Members

Functions

Invoke
HRESULT Invoke(HRESULT errorCode, LPCWSTR id)

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

Meta