Trait windows::Win32::UI::TextServices::ITfRangeACP_Impl

pub trait ITfRangeACP_Impl: Sized + ITfRange_Impl {
    // Required methods
    fn GetExtent(&self, pacpanchor: *mut i32, pcch: *mut i32) -> Result<()>;
    fn SetExtent(&self, acpanchor: i32, cch: i32) -> Result<()>;
}

Required Methods§

fn GetExtent(&self, pacpanchor: *mut i32, pcch: *mut i32) -> Result<()>

fn SetExtent(&self, acpanchor: i32, cch: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§