Trait webview2_sys::ICoreWebView2Deferral[][src]

pub trait ICoreWebView2Deferral: IUnknown {
    unsafe fn complete(&self) -> HRESULT;
}
Expand description

This interface is used to complete deferrals on event args that support getting deferrals using the GetDeferral method.

Required methods

Completes the associated deferred event. Complete should only be run once for each deferral taken.

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