Trait windows::Win32::UI::TextServices::ITfThreadFocusSink_Impl

pub trait ITfThreadFocusSink_Impl: Sized {
    // Required methods
    fn OnSetThreadFocus(&self) -> Result<()>;
    fn OnKillThreadFocus(&self) -> Result<()>;
}

Required Methods§

fn OnSetThreadFocus(&self) -> Result<()>

fn OnKillThreadFocus(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§