Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.47 KB

icorewebview2processinfo.md

File metadata and controls

56 lines (40 loc) · 1.47 KB
description title ms.date keywords topic_type api_name api_type api_location
Provides a set of properties for a process in the ICoreWebView2Environment.
WebView2 Win32 C++ ICoreWebView2ProcessInfo
01/29/2024
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2ProcessInfo
APIRef
ICoreWebView2ProcessInfo
ICoreWebView2ProcessInfo.get_Kind
ICoreWebView2ProcessInfo.get_ProcessId
COM
embeddedbrowserwebview.dll

interface ICoreWebView2ProcessInfo

[!INCLUDE deprecation-note]

interface ICoreWebView2ProcessInfo
  : public IUnknown

Provides a set of properties for a process in the ICoreWebView2Environment.

Summary

Members Descriptions
get_Kind The kind of the process.
get_ProcessId The process id of the process.

Applies to

Product Introduced
WebView2 Win32 1.0.1108.44
WebView2 Win32 Prerelease 1.0.1133

Members

get_Kind

The kind of the process.

public HRESULT get_Kind(COREWEBVIEW2_PROCESS_KIND * kind)

get_ProcessId

The process id of the process.

public HRESULT get_ProcessId(INT32 * value)