Trait windows::Win32::UI::TextServices::ITfFnBalloon_Impl

pub trait ITfFnBalloon_Impl: Sized {
    // Required method
    fn UpdateBalloon(
        &self,
        style: TfLBBalloonStyle,
        pch: &PCWSTR,
        cch: u32,
    ) -> Result<()>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§