Trait windows::Win32::System::MessageQueuing::IMSMQQueueInfos3_Impl
pub trait IMSMQQueueInfos3_Impl: Sized + IDispatch_Impl {
// Required methods
fn Reset(&self) -> Result<()>;
fn Next(&self) -> Result<IMSMQQueueInfo3>;
fn Properties(&self) -> Result<IDispatch>;
}
Required Methods§
fn Reset(&self) -> Result<()>
fn Next(&self) -> Result<IMSMQQueueInfo3>
fn Properties(&self) -> Result<IDispatch>
Object Safety§
This trait is not object safe.