pub trait IMSMQApplication_Impl: Sized + IDispatch_Impl {
    // Required method
    fn MachineIdOfMachineName(&self, machinename: &BSTR) -> Result<BSTR>;
}

Required Methods§

fn MachineIdOfMachineName(&self, machinename: &BSTR) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§