Trait webview2_sys::ICoreWebView2ContentLoadingEventArgs [−][src]
pub trait ICoreWebView2ContentLoadingEventArgs: IUnknown { unsafe fn get_is_error_page(&self, is_error_page: *mut BOOL) -> HRESULT; unsafe fn get_navigation_id(&self, navigation_id: *mut u64) -> HRESULT; }
Event args for the ContentLoading event.
Required methods
unsafe fn get_is_error_page(&self, is_error_page: *mut BOOL) -> HRESULT[src]
TRUE if the loaded content is an error page.
unsafe fn get_navigation_id(&self, navigation_id: *mut u64) -> HRESULT[src]
The ID of the navigation.
Trait Implementations
impl ComInterface for dyn ICoreWebView2ContentLoadingEventArgs[src]
impl ComInterface for dyn ICoreWebView2ContentLoadingEventArgs[src]Implementations on Foreign Types
impl<T: ICoreWebView2ContentLoadingEventArgs + ComInterface + ?Sized> ICoreWebView2ContentLoadingEventArgs for ComRc<T>[src]
impl<T: ICoreWebView2ContentLoadingEventArgs + ComInterface + ?Sized> ICoreWebView2ContentLoadingEventArgs for ComRc<T>[src]unsafe fn get_is_error_page(&self, is_error_page: *mut BOOL) -> HRESULT[src]
unsafe fn get_navigation_id(&self, navigation_id: *mut u64) -> HRESULT[src]
impl<T: ICoreWebView2ContentLoadingEventArgs + ComInterface + ?Sized> ICoreWebView2ContentLoadingEventArgs for ComPtr<T>[src]
impl<T: ICoreWebView2ContentLoadingEventArgs + ComInterface + ?Sized> ICoreWebView2ContentLoadingEventArgs for ComPtr<T>[src]