Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.64 KB

icorewebview2createcorewebview2controllercompletedhandler.md

File metadata and controls

48 lines (35 loc) · 1.64 KB
description title ms.date keywords topic_type api_name api_type api_location
Receives the `CoreWebView2Controller` created using `CreateCoreWebView2Controller`.
WebView2 Win32 C++ ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
05/20/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
APIRef
ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
ICoreWebView2CreateCoreWebView2ControllerCompletedHandler.Invoke
COM
embeddedbrowserwebview.dll

interface ICoreWebView2CreateCoreWebView2ControllerCompletedHandler

[!INCLUDE deprecation-note]

interface ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
  : public IUnknown

Receives the CoreWebView2Controller created using CreateCoreWebView2Controller.

Summary

Members Descriptions
Invoke Provides the completion status and result of the corresponding asynchronous method.

Applies to

Product Introduced
WebView2 Win32 0.9.488
WebView2 Win32 Prerelease 0.9.488

Members

Invoke

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

public HRESULT Invoke(HRESULT errorCode, ICoreWebView2Controller * createdController)