Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2ProcessFailedEventArgs2_Impl
source · pub trait ICoreWebView2ProcessFailedEventArgs2_Impl: Sized + ICoreWebView2ProcessFailedEventArgs_Impl {
// Required methods
fn Reason(
&self,
reason: *mut COREWEBVIEW2_PROCESS_FAILED_REASON,
) -> Result<(), Error>;
fn ExitCode(&self, exitcode: *mut i32) -> Result<(), Error>;
fn ProcessDescription(
&self,
processdescription: *mut PWSTR,
) -> Result<(), Error>;
fn FrameInfosForFailedProcess(
&self,
) -> Result<ICoreWebView2FrameInfoCollection, Error>;
}
Required Methods§
fn Reason( &self, reason: *mut COREWEBVIEW2_PROCESS_FAILED_REASON, ) -> Result<(), Error>
fn ExitCode(&self, exitcode: *mut i32) -> Result<(), Error>
fn ProcessDescription( &self, processdescription: *mut PWSTR, ) -> Result<(), Error>
fn FrameInfosForFailedProcess( &self, ) -> Result<ICoreWebView2FrameInfoCollection, Error>
Object Safety§
This trait is not object safe.