Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
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)