ICoreWebView2CreateCoreWebView2ControllerCompletedHandler

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

Members

Functions

Invoke
HRESULT Invoke(HRESULT errorCode, ICoreWebView2Controller createdController)

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

Suggestion Box / Bug Report