Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.42 KB

icorewebview2executescriptwithresultcompletedhandler.md

File metadata and controls

48 lines (35 loc) · 1.42 KB
description title ms.date keywords topic_type api_name api_type api_location
This is the callback for ExecuteScriptWithResult.
WebView2 Win32 C++ ICoreWebView2ExecuteScriptWithResultCompletedHandler
02/26/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ExecuteScriptWithResultCompletedHandler
APIRef
ICoreWebView2ExecuteScriptWithResultCompletedHandler
ICoreWebView2ExecuteScriptWithResultCompletedHandler.Invoke
COM
embeddedbrowserwebview.dll

interface ICoreWebView2ExecuteScriptWithResultCompletedHandler

[!INCLUDE deprecation-note]

interface ICoreWebView2ExecuteScriptWithResultCompletedHandler
  : public IUnknown

This is the callback for ExecuteScriptWithResult.

Summary

Members Descriptions
Invoke Provides the result of ExecuteScriptWithResult.

Applies to

Product Introduced
WebView2 Win32 1.0.2277.86
WebView2 Win32 Prerelease

Members

Invoke

Provides the result of ExecuteScriptWithResult.

public HRESULT Invoke(HRESULT errorCode, ICoreWebView2ExecuteScriptResult * result)