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