5 references to QUEUE_PROPID_BASEPRIORITY
System.Messaging (5)
System\Messaging\MessageQueue.cs (5)
335
Properties.SetI2(NativeMethods.
QUEUE_PROPID_BASEPRIORITY
, (short)0);
337
this.basePriority = properties.GetI2(NativeMethods.
QUEUE_PROPID_BASEPRIORITY
);
339
Properties.Remove(NativeMethods.
QUEUE_PROPID_BASEPRIORITY
);
348
Properties.SetI2(NativeMethods.
QUEUE_PROPID_BASEPRIORITY
, value);
352
Properties.Remove(NativeMethods.
QUEUE_PROPID_BASEPRIORITY
);