Trait windows::Win32::UI::TextServices::ITfSystemLangBarItemSink_Impl
pub trait ITfSystemLangBarItemSink_Impl: Sized {
// Required methods
fn InitMenu(&self, pmenu: Option<&ITfMenu>) -> Result<()>;
fn OnMenuSelect(&self, wid: u32) -> Result<()>;
}
Required Methods§
fn InitMenu(&self, pmenu: Option<&ITfMenu>) -> Result<()>
fn OnMenuSelect(&self, wid: u32) -> Result<()>
Object Safety§
This trait is not object safe.