Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.62 KB

icorewebview2getprocessextendedinfoscompletedhandler.md

File metadata and controls

50 lines (36 loc) · 1.62 KB
description title ms.date keywords topic_type api_name api_type api_location
Receives the result of the `GetProcessExtendedInfos` method.
WebView2 Win32 C++ ICoreWebView2GetProcessExtendedInfosCompletedHandler
02/26/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2GetProcessExtendedInfosCompletedHandler
APIRef
ICoreWebView2GetProcessExtendedInfosCompletedHandler
ICoreWebView2GetProcessExtendedInfosCompletedHandler.Invoke
COM
embeddedbrowserwebview.dll

interface ICoreWebView2GetProcessExtendedInfosCompletedHandler

[!INCLUDE deprecation-note]

interface ICoreWebView2GetProcessExtendedInfosCompletedHandler
  : public IUnknown

Receives the result of the GetProcessExtendedInfos method.

Summary

Members Descriptions
Invoke Provides the process extended info list for the GetProcessExtendedInfos.

The result is written to the collection of ProcessExtendedInfos provided in the GetProcessExtendedInfos method call.

Applies to

Product Introduced
WebView2 Win32 1.0.2210.55
WebView2 Win32 Prerelease

Members

Invoke

Provides the process extended info list for the GetProcessExtendedInfos.

public HRESULT Invoke(HRESULT errorCode, ICoreWebView2ProcessExtendedInfoCollection * value)