Trait windows::Win32::UI::TextServices::ITfStatusSink_Impl

pub trait ITfStatusSink_Impl: Sized {
    // Required method
    fn OnStatusChange(
        &self,
        pic: Option<&ITfContext>,
        dwflags: u32,
    ) -> Result<()>;
}

Required Methods§

fn OnStatusChange(&self, pic: Option<&ITfContext>, dwflags: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§