pub trait ITfTextInputProcessorEx_Impl: Sized + ITfTextInputProcessor_Impl {
    // Required method
    fn ActivateEx(
        &self,
        ptim: Option<&ITfThreadMgr>,
        tid: u32,
        dwflags: u32,
    ) -> Result<()>;
}

Required Methods§

fn ActivateEx( &self, ptim: Option<&ITfThreadMgr>, tid: u32, dwflags: u32, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§