interface ICoreWebView2ExperimentalProcessInfo

Note

This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalProcessInfo
  : 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 N/A
WebView2 Win32 Prerelease 1.0.1083

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)