Trait windows::Win32::UI::TextServices::ITextStoreACPEx_Impl

pub trait ITextStoreACPEx_Impl: Sized {
    // Required method
    fn ScrollToRect(
        &self,
        acpstart: i32,
        acpend: i32,
        rc: &RECT,
        dwposition: u32,
    ) -> Result<()>;
}

Required Methods§

fn ScrollToRect( &self, acpstart: i32, acpend: i32, rc: &RECT, dwposition: u32, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§