Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.55 KB

icorewebview2browserprocessexitedeventargs.md

File metadata and controls

46 lines (30 loc) · 1.55 KB
description title ms.date keywords
Event args for the `BrowserProcessExited` event.
WebView2 Win32 C++ ICoreWebView2BrowserProcessExitedEventArgs
01/14/2022
IWebView2, IWebView2WebView, webview2, webview, win32 apps, win32, edge, ICoreWebView2, ICoreWebView2Controller, browser control, edge html, ICoreWebView2BrowserProcessExitedEventArgs

interface ICoreWebView2BrowserProcessExitedEventArgs

[!INCLUDE deprecation-note]

interface ICoreWebView2BrowserProcessExitedEventArgs
  : public IUnknown

Event args for the BrowserProcessExited event.

Summary

Members Descriptions
get_BrowserProcessExitKind The kind of browser process exit that has occurred.
get_BrowserProcessId The process ID of the browser process that has exited.

Applies to

Product Introduced
WebView2 Win32 1.0.992.28
WebView2 Win32 Prerelease 1.0.1010

Members

get_BrowserProcessExitKind

The kind of browser process exit that has occurred.

public HRESULT get_BrowserProcessExitKind(COREWEBVIEW2_BROWSER_PROCESS_EXIT_KIND * browserProcessExitKind)

get_BrowserProcessId

The process ID of the browser process that has exited.

public HRESULT get_BrowserProcessId(UINT32 * value)