5 references to MESSAGE_PROPID_DEST_QUEUE_LEN
System.Messaging (5)
System\Messaging\Message.cs (5)
188properties.SetUI4(NativeMethods.MESSAGE_PROPID_DEST_QUEUE_LEN, DefaultQueueNameSize); 874if (this.properties.GetUI4(NativeMethods.MESSAGE_PROPID_DEST_QUEUE_LEN) != 0) 877properties.GetUI4(NativeMethods.MESSAGE_PROPID_DEST_QUEUE_LEN)); 2112int size = properties.GetUI4(NativeMethods.MESSAGE_PROPID_DEST_QUEUE_LEN); 2269this.properties.Ghost(NativeMethods.MESSAGE_PROPID_DEST_QUEUE_LEN);