[−][src]Trait webview2_sys::ICoreWebView2NavigationCompletedEventArgs
Event args for the NavigationCompleted event.
Required methods
unsafe fn get_is_success(&self, is_success: *mut BOOL) -> HRESULT
True when the navigation is successful. This is false for a navigation that ended up in an error page (failures due to no network, DNS lookup failure, HTTP server responds with 4xx), but could also be false for additional things such as window.stop() called on navigated page.
unsafe fn get_web_error_status(
&self,
core_webview2_web_error_status: *mut WebErrorStatus
) -> HRESULT
&self,
core_webview2_web_error_status: *mut WebErrorStatus
) -> HRESULT
The error code if the navigation failed.
unsafe fn get_navigation_id(&self, navigation_id: *mut UINT64) -> HRESULT
The ID of the navigation.
Trait Implementations
impl ComInterface for dyn ICoreWebView2NavigationCompletedEventArgs[src]
type VTable = ICoreWebView2NavigationCompletedEventArgsVTable
A COM compatible V-Table
type Super = dyn IUnknown
The interface that this interface inherits from
const IID: IID[src]
fn is_iid_in_inheritance_chain(riid: &GUID) -> bool[src]
impl<C: ICoreWebView2NavigationCompletedEventArgs> ProductionComInterface<C> for dyn ICoreWebView2NavigationCompletedEventArgs[src]
Implementations on Foreign Types
impl<T: ICoreWebView2NavigationCompletedEventArgs + ComInterface + ?Sized> ICoreWebView2NavigationCompletedEventArgs for ComRc<T>[src]
unsafe fn get_is_success(&self, is_success: *mut BOOL) -> HRESULT[src]
unsafe fn get_web_error_status(
&self,
core_webview2_web_error_status: *mut WebErrorStatus
) -> HRESULT[src]
&self,
core_webview2_web_error_status: *mut WebErrorStatus
) -> HRESULT
unsafe fn get_navigation_id(&self, navigation_id: *mut UINT64) -> HRESULT[src]
impl<T: ICoreWebView2NavigationCompletedEventArgs + ComInterface + ?Sized> ICoreWebView2NavigationCompletedEventArgs for ComPtr<T>[src]
unsafe fn get_is_success(&self, is_success: *mut BOOL) -> HRESULT[src]
unsafe fn get_web_error_status(
&self,
core_webview2_web_error_status: *mut WebErrorStatus
) -> HRESULT[src]
&self,
core_webview2_web_error_status: *mut WebErrorStatus
) -> HRESULT