ICoreWebView2ProcessExtendedInfo

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

Members

Functions

get_AssociatedFrameInfos
HRESULT get_AssociatedFrameInfos(ICoreWebView2FrameInfoCollection* frames)

The collection of associated FrameInfos which are actively running (showing or hiding UI elements) in this renderer process. AssociatedFrameInfos will only be populated when this CoreWebView2ProcessExtendedInfo corresponds to a renderer process. Non-renderer processes will always have an empty AssociatedFrameInfos. The AssociatedFrameInfos may also be empty for renderer processes that have no active frames.

get_ProcessInfo
HRESULT get_ProcessInfo(ICoreWebView2ProcessInfo* processInfo)

The process info of the current process.

Meta