Trait webview2_sys::ICoreWebView2ProcessFailedEventArgs[][src]

pub trait ICoreWebView2ProcessFailedEventArgs: IUnknown {
    unsafe fn get_process_failed_kind(
        &self,
        process_failed_kind: *mut ProcessFailedKind
    ) -> HRESULT; }

Event args for the ProcessFailed event.

Required methods

unsafe fn get_process_failed_kind(
    &self,
    process_failed_kind: *mut ProcessFailedKind
) -> HRESULT
[src]

The kind of process failure that has occurred. processFailedKind is COREWEBVIEW2_PROCESS_FAILED_KIND_RENDER_PROCESS_EXITED if the failed process is the main frame’s renderer, even if there were subframes rendered by such process; all frames are gone when this happens.

Loading content...

Trait Implementations

impl ComInterface for dyn ICoreWebView2ProcessFailedEventArgs[src]

type VTable = ICoreWebView2ProcessFailedEventArgsVTable

A COM compatible V-Table

type Super = dyn IUnknown

The interface that this interface inherits from

impl<C: ICoreWebView2ProcessFailedEventArgs> ProductionComInterface<C> for dyn ICoreWebView2ProcessFailedEventArgs[src]

Implementations on Foreign Types

impl<T: ICoreWebView2ProcessFailedEventArgs + ComInterface + ?Sized> ICoreWebView2ProcessFailedEventArgs for ComRc<T>[src]

impl<T: ICoreWebView2ProcessFailedEventArgs + ComInterface + ?Sized> ICoreWebView2ProcessFailedEventArgs for ComPtr<T>[src]

Loading content...

Implementors

Loading content...