ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler

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

Members

Functions

Invoke
HRESULT Invoke(HRESULT errorCode, ICoreWebView2CompositionController webView)

Called to provide the implementer with the completion status and result of the corresponding asynchronous method call.

Meta