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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§