2 references to MQGetMachineProperties
System.Messaging (2)
System\Messaging\Message.cs (1)
1651int status = UnsafeNativeMethods.MQGetMachineProperties(null, handle.AddrOfPinnedObject(), machineProperties.Lock());
System\Messaging\MessageQueue.cs (1)
1910int status = UnsafeNativeMethods.MQGetMachineProperties(machineName, IntPtr.Zero, machineProperties.Lock());