windows::Win32::UI::TextServices

Trait ITfTextInputProcessorEx_Impl

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

Required Methods§

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§