[][src]Trait webview2_sys::ICoreWebView2ContentLoadingEventArgs

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 UINT64) -> HRESULT; }

Event args for the ContentLoading event.

Required methods

unsafe fn get_is_error_page(&self, is_error_page: *mut BOOL) -> HRESULT

True if the loaded content is an error page.

unsafe fn get_navigation_id(&self, navigation_id: *mut UINT64) -> HRESULT

The ID of the navigation.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2ContentLoadingEventArgs[src]

type VTable = ICoreWebView2ContentLoadingEventArgsVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

impl<C: ICoreWebView2ContentLoadingEventArgs> ProductionComInterface<C> 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 ComPtr<T>[src]

Loading content...

Implementors

Loading content...