pub trait IThumbnailProvider_Impl: Sized {
    // Required method
    fn GetThumbnail(
        &self,
        cx: u32,
        phbmp: *mut HBITMAP,
        pdwalpha: *mut WTS_ALPHATYPE
    ) -> Result<()>;
}

Required Methods§

fn GetThumbnail( &self, cx: u32, phbmp: *mut HBITMAP, pdwalpha: *mut WTS_ALPHATYPE ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§