Struct webview2_sys::ICoreWebView2ProcessFailedEventArgs2VTable[][src]

#[repr(C)]
pub struct ICoreWebView2ProcessFailedEventArgs2VTable { pub icore_web_view2_process_failed_event_args_base: <dyn ICoreWebView2ProcessFailedEventArgs as ComInterface>::VTable, pub GetReason: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ProcessFailedEventArgs2VPtr, _: *mut ProcessFailedReason) -> HRESULT, pub GetExitCode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ProcessFailedEventArgs2VPtr, _: *mut i32) -> HRESULT, pub GetProcessDescription: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ProcessFailedEventArgs2VPtr, _: *mut LPWSTR) -> HRESULT, pub GetFrameInfosForFailedProcess: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ProcessFailedEventArgs2VPtr, _: *mut *mut *mut ICoreWebView2FrameInfoCollectionVTable) -> HRESULT, }

Fields

icore_web_view2_process_failed_event_args_base: <dyn ICoreWebView2ProcessFailedEventArgs as ComInterface>::VTableGetReason: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ProcessFailedEventArgs2VPtr, _: *mut ProcessFailedReason) -> HRESULTGetExitCode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ProcessFailedEventArgs2VPtr, _: *mut i32) -> HRESULTGetProcessDescription: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ProcessFailedEventArgs2VPtr, _: *mut LPWSTR) -> HRESULTGetFrameInfosForFailedProcess: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ProcessFailedEventArgs2VPtr, _: *mut *mut *mut ICoreWebView2FrameInfoCollectionVTable) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.