description | title | ms.date | keywords |
---|---|---|---|
Receives the `CoreWebView2Controller` created using `CreateCoreWebView2Controller`. |
WebView2 Win32 C++ ICoreWebView2CreateCoreWebView2ControllerCompletedHandler |
01/17/2023 |
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2CreateCoreWebView2ControllerCompletedHandler |
[!INCLUDE deprecation-note]
interface ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
: public IUnknown
Receives the CoreWebView2Controller
created using CreateCoreWebView2Controller
.
Members | Descriptions |
---|---|
Invoke | Provides the completion status and result of the corresponding asynchronous method. |
Product | Introduced |
---|---|
WebView2 Win32 | 0.9.488 |
WebView2 Win32 Prerelease | 0.9.488 |
Provides the completion status and result of the corresponding asynchronous method.
public HRESULT Invoke(HRESULT errorCode, ICoreWebView2Controller * createdController)