Trait windows::Win32::UI::TextServices::ITfMenu_Impl

pub trait ITfMenu_Impl: Sized {
    // Required method
    fn AddMenuItem(
        &self,
        uid: u32,
        dwflags: u32,
        hbmp: HBITMAP,
        hbmpmask: HBITMAP,
        pch: &PCWSTR,
        cch: u32,
        ppmenu: *mut Option<ITfMenu>,
    ) -> Result<()>;
}

Required Methods§

fn AddMenuItem( &self, uid: u32, dwflags: u32, hbmp: HBITMAP, hbmpmask: HBITMAP, pch: &PCWSTR, cch: u32, ppmenu: *mut Option<ITfMenu>, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§