Trait windows::Win32::System::MessageQueuing::IMSMQApplication2_Impl
pub trait IMSMQApplication2_Impl: Sized + 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>
Object Safety§
This trait is not object safe.