ICoreWebView2ProcessInfo

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

Members

Functions

get_Kind
HRESULT get_Kind(COREWEBVIEW2_PROCESS_KIND* kind)

The kind of the process.

get_ProcessId
HRESULT get_ProcessId(INT32* value)

The process id of the process.

Meta