Trait windows::Win32::UI::Shell::IThumbnailProvider_Impl
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.