6 references to QUEUE_PROPID_TYPE
System.Messaging (6)
System\Messaging\MessageQueue.cs (5)
415Properties.SetNull(NativeMethods.QUEUE_PROPID_TYPE); 418IntPtr handle = Properties.GetIntPtr(NativeMethods.QUEUE_PROPID_TYPE); 428Properties.Remove(NativeMethods.QUEUE_PROPID_TYPE); 435Properties.SetGuid(NativeMethods.QUEUE_PROPID_TYPE, value.ToByteArray()); 439Properties.Remove(NativeMethods.QUEUE_PROPID_TYPE);
System\Messaging\MessageQueueCriteria.cs (1)
264restrictions.AddGuid(NativeMethods.QUEUE_PROPID_TYPE, Restrictions.PREQ, this.category);