pub trait IThumbnailCapture_Impl: Sized {
    // Required method
    fn CaptureThumbnail(
        &self,
        pmaxsize: *const SIZE,
        phtmldoc2: Option<&IUnknown>
    ) -> Result<HBITMAP>;
}

Required Methods§

fn CaptureThumbnail( &self, pmaxsize: *const SIZE, phtmldoc2: Option<&IUnknown> ) -> Result<HBITMAP>

Object Safety§

This trait is not object safe.

Implementors§