4 references to MESSAGE_PROPID_DEST_QUEUE
System.Messaging (4)
System\Messaging\Message.cs (4)
187properties.SetString(NativeMethods.MESSAGE_PROPID_DEST_QUEUE, new byte[DefaultQueueNameSize * 2]); 876string queueFormatName = StringFromBytes(properties.GetString(NativeMethods.MESSAGE_PROPID_DEST_QUEUE), 2114properties.SetString(NativeMethods.MESSAGE_PROPID_DEST_QUEUE, new byte[size * 2]); 2268this.properties.Ghost(NativeMethods.MESSAGE_PROPID_DEST_QUEUE);