Trait IActiveIMMRegistrar_Impl
pub trait IActiveIMMRegistrar_Impl: IUnknownImpl {
// Required methods
fn RegisterIME(
&self,
rclsid: *const GUID,
lgid: u16,
psziconfile: &PCWSTR,
pszdesc: &PCWSTR,
) -> Result<()>;
fn UnregisterIME(&self, rclsid: *const GUID) -> Result<()>;
}
Required Methods§
fn RegisterIME( &self, rclsid: *const GUID, lgid: u16, psziconfile: &PCWSTR, pszdesc: &PCWSTR, ) -> Result<()>
fn UnregisterIME(&self, rclsid: *const GUID) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.