pub trait ICoreWebView2ContentLoadingEventArgs: IUnknown {
// Required methods
unsafe fn get_is_error_page(&self, is_error_page: *mut BOOL) -> HRESULT;
unsafe fn get_navigation_id(&self, navigation_id: *mut u64) -> HRESULT;
}Expand description
Event args for the ContentLoading event.
Required Methods§
Sourceunsafe fn get_is_error_page(&self, is_error_page: *mut BOOL) -> HRESULT
unsafe fn get_is_error_page(&self, is_error_page: *mut BOOL) -> HRESULT
TRUE if the loaded content is an error page.
The ID of the navigation.
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2ContentLoadingEventArgs
impl ComInterface for dyn ICoreWebView2ContentLoadingEventArgs
Source§const IID: IID = IID_ICORE_WEB_VIEW2_CONTENT_LOADING_EVENT_ARGS
const IID: IID = IID_ICORE_WEB_VIEW2_CONTENT_LOADING_EVENT_ARGS
The associated id for this interface
Source§type VTable = ICoreWebView2ContentLoadingEventArgsVTable
type VTable = ICoreWebView2ContentLoadingEventArgsVTable
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