Trait windows::Win32::UI::TextServices::ITfCompositionView_Impl

pub trait ITfCompositionView_Impl: Sized {
    // Required methods
    fn GetOwnerClsid(&self) -> Result<GUID>;
    fn GetRange(&self) -> Result<ITfRange>;
}

Required Methods§

fn GetOwnerClsid(&self) -> Result<GUID>

fn GetRange(&self) -> Result<ITfRange>

Object Safety§

This trait is not object safe.

Implementors§