pub trait ICoreWebView2CapturePreviewCompletedHandler: IUnknown {
// Required method
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§
Trait Implementations§
Source§impl ComInterface for dyn ICoreWebView2CapturePreviewCompletedHandler
impl ComInterface for dyn ICoreWebView2CapturePreviewCompletedHandler
Source§const IID: IID = IID_ICORE_WEB_VIEW2_CAPTURE_PREVIEW_COMPLETED_HANDLER
const IID: IID = IID_ICORE_WEB_VIEW2_CAPTURE_PREVIEW_COMPLETED_HANDLER
The associated id for this interface
Source§type VTable = ICoreWebView2CapturePreviewCompletedHandlerVTable
type VTable = ICoreWebView2CapturePreviewCompletedHandlerVTable
A COM compatible V-Table
Source§fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
fn is_iid_in_inheritance_chain(riid: &GUID) -> bool
Check whether a given IID is in the inheritance hierarchy of this interface