5 references to QUEUE_PROPID_QUOTA
System.Messaging (5)
System\Messaging\MessageQueue.cs (5)
903
Properties.SetUI4(NativeMethods.
QUEUE_PROPID_QUOTA
, 0);
905
this.queueSize = (long)((uint)properties.GetUI4(NativeMethods.
QUEUE_PROPID_QUOTA
));
907
Properties.Remove(NativeMethods.
QUEUE_PROPID_QUOTA
);
918
Properties.SetUI4(NativeMethods.
QUEUE_PROPID_QUOTA
, (int)((uint)value));
922
Properties.Remove(NativeMethods.
QUEUE_PROPID_QUOTA
);