interface ICoreWebView2ProcessInfo

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)