pub trait ITfTransitoryExtensionSink_Impl: Sized {
// Required method
fn OnTransitoryExtensionUpdated(
&self,
pic: Option<&ITfContext>,
ecreadonly: u32,
presultrange: Option<&ITfRange>,
pcompositionrange: Option<&ITfRange>,
) -> Result<BOOL>;
}
Required Methods§
fn OnTransitoryExtensionUpdated( &self, pic: Option<&ITfContext>, ecreadonly: u32, presultrange: Option<&ITfRange>, pcompositionrange: Option<&ITfRange>, ) -> Result<BOOL>
Object Safety§
This trait is not object safe.