pub trait IWbemDecoupledBasicEventProvider_Impl: Sized + IWbemDecoupledRegistrar_Impl {
    // Required methods
    fn GetSink(
        &self,
        a_flags: i32,
        a_context: Option<&IWbemContext>
    ) -> Result<IWbemObjectSink>;
    fn GetService(
        &self,
        a_flags: i32,
        a_context: Option<&IWbemContext>
    ) -> Result<IWbemServices>;
}

Required Methods§

fn GetSink( &self, a_flags: i32, a_context: Option<&IWbemContext> ) -> Result<IWbemObjectSink>

fn GetService( &self, a_flags: i32, a_context: Option<&IWbemContext> ) -> Result<IWbemServices>

Object Safety§

This trait is not object safe.

Implementors§