[][src]Trait webview2_sys::ICoreWebView2ProcessFailedEventArgs

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

The kind of process failure that has occurred.

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...