Trait windows::Win32::UI::TextServices::ITfCompartmentMgr_Impl

pub trait ITfCompartmentMgr_Impl: Sized {
    // Required methods
    fn GetCompartment(&self, rguid: *const GUID) -> Result<ITfCompartment>;
    fn ClearCompartment(&self, tid: u32, rguid: *const GUID) -> Result<()>;
    fn EnumCompartments(&self) -> Result<IEnumGUID>;
}

Required Methods§

fn GetCompartment(&self, rguid: *const GUID) -> Result<ITfCompartment>

fn ClearCompartment(&self, tid: u32, rguid: *const GUID) -> Result<()>

fn EnumCompartments(&self) -> Result<IEnumGUID>

Object Safety§

This trait is not object safe.

Implementors§