8 references to MESSAGE_PROPID_ADMIN_QUEUE_LEN
System.Messaging (8)
System\Messaging\Message.cs (8)
124properties.SetUI4(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN, DefaultQueueNameSize); 341if (properties.GetUI4(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN) != 0) 344properties.GetUI4(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN)); 364properties.Remove(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN); 2091int size = properties.GetUI4(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN); 2184properties.SetUI4(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN, queueFormatName.Length); 2294if (properties.GetUI4(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN) == 0) 2297this.properties.Ghost(NativeMethods.MESSAGE_PROPID_ADMIN_QUEUE_LEN);