Trait windows::Win32::UI::TextServices::ITfFnShowHelp_Impl
pub trait ITfFnShowHelp_Impl: Sized + ITfFunction_Impl {
// Required method
fn Show(&self, hwndparent: HWND) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.