ICoreWebView2BrowserProcessExitedEventArgs

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2BrowserProcessExitedEventArgs : IUnknown {
static const
GUID iid;
}

Members

Functions

get_BrowserProcessExitKind
HRESULT get_BrowserProcessExitKind(COREWEBVIEW2_BROWSER_PROCESS_EXIT_KIND* browserProcessExitKind)

The kind of browser process exit that has occurred.

get_BrowserProcessId
HRESULT get_BrowserProcessId(UINT32* value)

The process ID of the browser process that has exited.

Meta