windows::Win32::UI::TextServices

Trait ITfEditRecord_Impl

pub trait ITfEditRecord_Impl: IUnknownImpl {
    // Required methods
    fn GetSelectionStatus(&self) -> Result<BOOL>;
    fn GetTextAndPropertyUpdates(
        &self,
        dwflags: GET_TEXT_AND_PROPERTY_UPDATES_FLAGS,
        prgproperties: *const *const GUID,
        cproperties: u32,
    ) -> Result<IEnumTfRanges>;
}

Required Methods§

fn GetSelectionStatus(&self) -> Result<BOOL>

fn GetTextAndPropertyUpdates( &self, dwflags: GET_TEXT_AND_PROPERTY_UPDATES_FLAGS, prgproperties: *const *const GUID, cproperties: u32, ) -> Result<IEnumTfRanges>

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§