Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationCompletedEventArgs_Impl
source · [−]pub trait ICoreWebView2NavigationCompletedEventArgs_Impl: Sized {
fn IsSuccess(&self, issuccess: *mut BOOL) -> Result<()>;
fn WebErrorStatus(
&self,
weberrorstatus: *mut COREWEBVIEW2_WEB_ERROR_STATUS
) -> Result<()>;
fn NavigationId(&self, navigationid: *mut u64) -> Result<()>;
}
Required Methods
sourcefn WebErrorStatus(