Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.33 KB

icorewebview2printcompletedhandler.md

File metadata and controls

48 lines (35 loc) · 1.33 KB
description title ms.date keywords topic_type api_name api_type api_location
Receives the result of the `Print` method.
WebView2 Win32 C++ ICoreWebView2PrintCompletedHandler
05/20/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2PrintCompletedHandler
APIRef
ICoreWebView2PrintCompletedHandler
ICoreWebView2PrintCompletedHandler.Invoke
COM
embeddedbrowserwebview.dll

interface ICoreWebView2PrintCompletedHandler

[!INCLUDE deprecation-note]

interface ICoreWebView2PrintCompletedHandler
  : public IUnknown

Receives the result of the Print method.

Summary

Members Descriptions
Invoke Provides the result of the corresponding asynchronous method.

Applies to

Product Introduced
WebView2 Win32 1.0.1518.46
WebView2 Win32 Prerelease 1.0.1549

Members

Invoke

Provides the result of the corresponding asynchronous method.

public HRESULT Invoke(HRESULT errorCode, COREWEBVIEW2_PRINT_STATUS printStatus)