Trait windows::Win32::UI::TextServices::ITfSpeechUIServer_Impl

pub trait ITfSpeechUIServer_Impl: Sized {
    // Required methods
    fn Initialize(&self) -> Result<()>;
    fn ShowUI(&self, fshow: BOOL) -> Result<()>;
    fn UpdateBalloon(
        &self,
        style: TfLBBalloonStyle,
        pch: &PCWSTR,
        cch: u32,
    ) -> Result<()>;
}

Required Methods§

fn Initialize(&self) -> Result<()>

fn ShowUI(&self, fshow: BOOL) -> Result<()>

fn UpdateBalloon( &self, style: TfLBBalloonStyle, pch: &PCWSTR, cch: u32, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§