Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationCompletedEventArgs_Impl
source · pub trait ICoreWebView2NavigationCompletedEventArgs_Impl: Sized {
// Required methods
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§
fn IsSuccess(&self, issuccess: *mut BOOL) -> Result<()>
fn WebErrorStatus( &self, weberrorstatus: *mut COREWEBVIEW2_WEB_ERROR_STATUS, ) -> Result<()>
Object Safety§
This trait is not object safe.