Trait windows::Win32::System::MessageQueuing::IMSMQEvent2_Impl

pub trait IMSMQEvent2_Impl: Sized + IMSMQEvent_Impl {
    // Required method
    fn Properties(&self) -> Result<IDispatch>;
}

Required Methods§

fn Properties(&self) -> Result<IDispatch>

Object Safety§

This trait is not object safe.

Implementors§