windows::Win32::System::Wmi

Trait IWbemDecoupledRegistrar_Impl

pub trait IWbemDecoupledRegistrar_Impl: IUnknownImpl {
    // Required methods
    fn Register(
        &self,
        a_flags: i32,
        a_context: Ref<'_, IWbemContext>,
        a_user: &PCWSTR,
        a_locale: &PCWSTR,
        a_scope: &PCWSTR,
        a_registration: &PCWSTR,
        piunknown: Ref<'_, IUnknown>,
    ) -> Result<()>;
    fn UnRegister(&self) -> Result<()>;
}

Required Methods§

fn Register( &self, a_flags: i32, a_context: Ref<'_, IWbemContext>, a_user: &PCWSTR, a_locale: &PCWSTR, a_scope: &PCWSTR, a_registration: &PCWSTR, piunknown: Ref<'_, IUnknown>, ) -> Result<()>

fn UnRegister(&self) -> 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.

Implementors§