ICoreWebView2ProcessInfoCollection

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

Members

Functions

GetValueAtIndex
HRESULT GetValueAtIndex(UINT32 index, ICoreWebView2ProcessInfo* processInfo)

Gets the ICoreWebView2ProcessInfo located in the ICoreWebView2ProcessInfoCollection at the given index.

get_Count
HRESULT get_Count(UINT* count)

The number of process contained in the ICoreWebView2ProcessInfoCollection.

Meta