Trait webview2_sys::ICoreWebView2CapturePreviewCompletedHandler[][src]

pub trait ICoreWebView2CapturePreviewCompletedHandler: IUnknown {
    unsafe fn invoke(&self, error_code: HRESULT) -> HRESULT;
}
Expand description

Receives the result of the CapturePreview method. The result is written to the stream provided in the CapturePreview method.

Required methods

Provides the completion status of the corresponding asynchronous method.

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