pub trait ICoreWebView2FrameCreatedEventArgs: IUnknown {
// Required method
unsafe fn get_frame(
&self,
frame: *mut *mut *mut ICoreWebView2FrameVTable,
) -> HRESULT;
}Expand description
Event args for the FrameCreated events.
Required Methods§
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2FrameCreatedEventArgs
impl ComInterface for dyn ICoreWebView2FrameCreatedEventArgs
Source§const IID: IID = IID_ICORE_WEB_VIEW2_FRAME_CREATED_EVENT_ARGS
const IID: IID = IID_ICORE_WEB_VIEW2_FRAME_CREATED_EVENT_ARGS
The associated id for this interface
Source§type VTable = ICoreWebView2FrameCreatedEventArgsVTable
type VTable = ICoreWebView2FrameCreatedEventArgsVTable
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