windows::Win32::UI::TextServices

Trait ITfThreadMgrEx_Impl

pub trait ITfThreadMgrEx_Impl: ITfThreadMgr_Impl {
    // Required methods
    fn ActivateEx(&self, ptid: *mut u32, dwflags: u32) -> Result<()>;
    fn GetActiveFlags(&self) -> Result<u32>;
}

Required Methods§

fn ActivateEx(&self, ptid: *mut u32, dwflags: u32) -> Result<()>

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

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§