8 references to MESSAGE_PROPID_RESP_QUEUE_LEN
System.Messaging (8)
System\Messaging\Message.cs (8)
149properties.SetUI4(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN, DefaultQueueNameSize); 1439if (properties.GetUI4(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN) != 0) 1442properties.GetUI4(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN)); 1462properties.Remove(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN); 2140int size = properties.GetUI4(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN); 2191properties.SetUI4(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN, queueFormatName.Length); 2324if (properties.GetUI4(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN) == 0) 2327this.properties.Ghost(NativeMethods.MESSAGE_PROPID_RESP_QUEUE_LEN);