pub trait ICoreWebView2FrameInfoCollection: IUnknown {
// Required method
unsafe fn get_iterator(
&self,
iterator: *mut *mut *mut ICoreWebView2FrameInfoCollectionIteratorVTable,
) -> HRESULT;
}
Expand description
Collection of FrameInfo
s (name and source). Used to list the affected
frames’ info when a frame-only render process failure occurs in the
ICoreWebView2
.
Required Methods§
Sourceunsafe fn get_iterator(
&self,
iterator: *mut *mut *mut ICoreWebView2FrameInfoCollectionIteratorVTable,
) -> HRESULT
unsafe fn get_iterator( &self, iterator: *mut *mut *mut ICoreWebView2FrameInfoCollectionIteratorVTable, ) -> HRESULT
Gets an iterator over the collection of FrameInfo
s.
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2FrameInfoCollection
impl ComInterface for dyn ICoreWebView2FrameInfoCollection
Source§const IID: IID = IID_ICORE_WEB_VIEW2_FRAME_INFO_COLLECTION
const IID: IID = IID_ICORE_WEB_VIEW2_FRAME_INFO_COLLECTION
The associated id for this interface
Source§type VTable = ICoreWebView2FrameInfoCollectionVTable
type VTable = ICoreWebView2FrameInfoCollectionVTable
A COM compatible V-Table
Source§fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
Check whether a given IID is in the inheritance hierarchy of this interface