Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)