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; }
Expand description

Event args for the ContentLoading event.

Required methods

TRUE if the loaded content is an error page.

The ID of the navigation.

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors