windows::Win32::System::MessageQueuing

Trait IMSMQApplication2_Impl

pub trait IMSMQApplication2_Impl: IMSMQApplication_Impl {
    // Required methods
    fn RegisterCertificate(
        &self,
        flags: *const VARIANT,
        externalcertificate: *const VARIANT,
    ) -> Result<()>;
    fn MachineNameOfMachineId(&self, bstrguid: &BSTR) -> Result<BSTR>;
    fn MSMQVersionMajor(&self) -> Result<i16>;
    fn MSMQVersionMinor(&self) -> Result<i16>;
    fn MSMQVersionBuild(&self) -> Result<i16>;
    fn IsDsEnabled(&self) -> Result<VARIANT_BOOL>;
    fn Properties(&self) -> Result<IDispatch>;
}

Required Methods§

fn RegisterCertificate( &self, flags: *const VARIANT, externalcertificate: *const VARIANT, ) -> Result<()>

fn MachineNameOfMachineId(&self, bstrguid: &BSTR) -> Result<BSTR>

fn MSMQVersionMajor(&self) -> Result<i16>

fn MSMQVersionMinor(&self) -> Result<i16>

fn MSMQVersionBuild(&self) -> Result<i16>

fn IsDsEnabled(&self) -> Result<VARIANT_BOOL>

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

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§