Trait windows::Win32::UI::TextServices::ITfFnConfigure_Impl

pub trait ITfFnConfigure_Impl: Sized + ITfFunction_Impl {
    // Required method
    fn Show(
        &self,
        hwndparent: HWND,
        langid: u16,
        rguidprofile: *const GUID,
    ) -> Result<()>;
}

Required Methods§

fn Show( &self, hwndparent: HWND, langid: u16, rguidprofile: *const GUID, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§