Trait webview2_sys::ICoreWebView2WebResourceResponseReceivedEventHandler[][src]

pub trait ICoreWebView2WebResourceResponseReceivedEventHandler: IUnknown {
    unsafe fn invoke(
        &self,
        sender: *mut *mut ICoreWebView2VTable,
        args: *mut *mut ICoreWebView2WebResourceResponseReceivedEventArgsVTable
    ) -> HRESULT; }
Expand description

Receives WebResourceResponseReceived events.

Required methods

Provides the event args for the corresponding event.

Trait Implementations

A COM compatible V-Table

The interface that this interface inherits from

The associated id for this interface

Check whether a given IID is in the inheritance hierarchy of this interface

Get the vtable for a particular COM interface

Implementations on Foreign Types

Implementors