Trait windows::Win32::UI::TextServices::ITfLangBarItemBitmap_Impl
pub trait ITfLangBarItemBitmap_Impl: Sized + ITfLangBarItem_Impl {
// Required methods
fn OnClick(
&self,
click: TfLBIClick,
pt: &POINT,
prcarea: *const RECT,
) -> Result<()>;
fn GetPreferredSize(&self, pszdefault: *const SIZE) -> Result<SIZE>;
fn DrawBitmap(
&self,
bmwidth: i32,
bmheight: i32,
dwflags: u32,
phbmp: *mut HBITMAP,
phbmpmask: *mut HBITMAP,
) -> Result<()>;
}
Required Methods§
fn OnClick( &self, click: TfLBIClick, pt: &POINT, prcarea: *const RECT, ) -> Result<()>
fn GetPreferredSize(&self, pszdefault: *const SIZE) -> Result<SIZE>
fn DrawBitmap( &self, bmwidth: i32, bmheight: i32, dwflags: u32, phbmp: *mut HBITMAP, phbmpmask: *mut HBITMAP, ) -> Result<()>
Object Safety§
This trait is not object safe.