ICoreWebView2ProcessExtendedInfoCollection

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

Members

Functions

GetValueAtIndex
HRESULT GetValueAtIndex(UINT32 index, ICoreWebView2ProcessExtendedInfo* processInfo)

Gets the ICoreWebView2ProcessExtendedInfo located in the ICoreWebView2ProcessExtendedInfoCollection at the given index.

get_Count
HRESULT get_Count(UINT* count)

The number of process contained in the ICoreWebView2ProcessExtendedInfoCollection.

Meta