Trait windows::Win32::UI::TextServices::ITfPreservedKeyNotifySink_Impl
pub trait ITfPreservedKeyNotifySink_Impl: Sized {
// Required method
fn OnUpdated(&self, pprekey: *const TF_PRESERVEDKEY) -> Result<()>;
}
Required Methods§
fn OnUpdated(&self, pprekey: *const TF_PRESERVEDKEY) -> Result<()>
Object Safety§
This trait is not object safe.