Trait windows::Win32::System::Wmi::IWbemEventConsumerProvider_Impl
pub trait IWbemEventConsumerProvider_Impl: Sized {
// Required method
fn FindConsumer(
&self,
plogicalconsumer: Option<&IWbemClassObject>,
) -> Result<IWbemUnboundObjectSink>;
}
Required Methods§
fn FindConsumer( &self, plogicalconsumer: Option<&IWbemClassObject>, ) -> Result<IWbemUnboundObjectSink>
Object Safety§
This trait is not object safe.