Trait webview2_sys::ICoreWebView2FrameInfoCollection[][src]

pub trait ICoreWebView2FrameInfoCollection: IUnknown {
    unsafe fn get_iterator(
        &self,
        iterator: *mut *mut *mut ICoreWebView2FrameInfoCollectionIteratorVTable
    ) -> HRESULT; }
Expand description

Collection of FrameInfos (name and source). Used to list the affected frames’ info when a frame-only render process failure occurs in the ICoreWebView2.

Required methods

Gets an iterator over the collection of FrameInfos.

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors