ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler

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

Members

Functions

Invoke
HRESULT Invoke(HRESULT errorCode, ICoreWebView2Environment createdEnvironment)

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

Suggestion Box / Bug Report