Trait windows::Win32::UI::TextServices::ITfFnPlayBack_Impl

pub trait ITfFnPlayBack_Impl: Sized + ITfFunction_Impl {
    // Required methods
    fn QueryRange(
        &self,
        prange: Option<&ITfRange>,
        ppnewrange: *mut Option<ITfRange>,
        pfplayable: *mut BOOL,
    ) -> Result<()>;
    fn Play(&self, prange: Option<&ITfRange>) -> Result<()>;
}

Required Methods§

fn QueryRange( &self, prange: Option<&ITfRange>, ppnewrange: *mut Option<ITfRange>, pfplayable: *mut BOOL, ) -> Result<()>

fn Play(&self, prange: Option<&ITfRange>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§