pub trait ICoreWebView2ContentLoadingEventHandler: IUnknown {
// Required method
unsafe fn invoke(
&self,
sender: *mut *mut ICoreWebView2VTable,
args: *mut *mut ICoreWebView2ContentLoadingEventArgsVTable,
) -> HRESULT;
}Expand description
Receives ContentLoading events.
Required Methods§
Sourceunsafe fn invoke(
&self,
sender: *mut *mut ICoreWebView2VTable,
args: *mut *mut ICoreWebView2ContentLoadingEventArgsVTable,
) -> HRESULT
unsafe fn invoke( &self, sender: *mut *mut ICoreWebView2VTable, args: *mut *mut ICoreWebView2ContentLoadingEventArgsVTable, ) -> HRESULT
Provides the event args for the corresponding event.
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2ContentLoadingEventHandler
impl ComInterface for dyn ICoreWebView2ContentLoadingEventHandler
Source§const IID: IID = IID_ICORE_WEB_VIEW2_CONTENT_LOADING_EVENT_HANDLER
const IID: IID = IID_ICORE_WEB_VIEW2_CONTENT_LOADING_EVENT_HANDLER
The associated id for this interface
Source§type VTable = ICoreWebView2ContentLoadingEventHandlerVTable
type VTable = ICoreWebView2ContentLoadingEventHandlerVTable
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