Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.12 KB

icorewebview2processextendedinfocollection.md

File metadata and controls

56 lines (40 loc) · 2.12 KB
description title ms.date keywords topic_type api_name api_type api_location
A list containing processInfo and associated extended information.
WebView2 Win32 C++ ICoreWebView2ProcessExtendedInfoCollection
05/20/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ProcessExtendedInfoCollection
APIRef
ICoreWebView2ProcessExtendedInfoCollection
ICoreWebView2ProcessExtendedInfoCollection.get_Count
ICoreWebView2ProcessExtendedInfoCollection.GetValueAtIndex
COM
embeddedbrowserwebview.dll

interface ICoreWebView2ProcessExtendedInfoCollection

[!INCLUDE deprecation-note]

interface ICoreWebView2ProcessExtendedInfoCollection
  : public IUnknown

A list containing processInfo and associated extended information.

Summary

Members Descriptions
get_Count The number of process contained in the ICoreWebView2ProcessExtendedInfoCollection.
GetValueAtIndex Gets the ICoreWebView2ProcessExtendedInfo located in the ICoreWebView2ProcessExtendedInfoCollection at the given index.

Applies to

Product Introduced
WebView2 Win32 1.0.2210.55
WebView2 Win32 Prerelease 1.0.2357

Members

get_Count

The number of process contained in the ICoreWebView2ProcessExtendedInfoCollection.

public HRESULT get_Count(UINT * count)

GetValueAtIndex

Gets the ICoreWebView2ProcessExtendedInfo located in the ICoreWebView2ProcessExtendedInfoCollection at the given index.

public HRESULT GetValueAtIndex(UINT32 index, ICoreWebView2ProcessExtendedInfo ** processInfo)