Trait windows::Win32::UI::TextServices::ITfLangBarItem_Impl

pub trait ITfLangBarItem_Impl: Sized {
    // Required methods
    fn GetInfo(&self, pinfo: *mut TF_LANGBARITEMINFO) -> Result<()>;
    fn GetStatus(&self) -> Result<u32>;
    fn Show(&self, fshow: BOOL) -> Result<()>;
    fn GetTooltipString(&self) -> Result<BSTR>;
}

Required Methods§

fn GetInfo(&self, pinfo: *mut TF_LANGBARITEMINFO) -> Result<()>

fn GetStatus(&self) -> Result<u32>

fn Show(&self, fshow: BOOL) -> Result<()>

fn GetTooltipString(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§