5 references to QUEUE_PROPID_JOURNAL_QUOTA
System.Messaging (5)
System\Messaging\MessageQueue.cs (5)
865
Properties.SetUI4(NativeMethods.
QUEUE_PROPID_JOURNAL_QUOTA
, 0);
867
this.journalSize = (long)((uint)properties.GetUI4(NativeMethods.
QUEUE_PROPID_JOURNAL_QUOTA
));
869
Properties.Remove(NativeMethods.
QUEUE_PROPID_JOURNAL_QUOTA
);
880
Properties.SetUI4(NativeMethods.
QUEUE_PROPID_JOURNAL_QUOTA
, (int)((uint)value));
884
Properties.Remove(NativeMethods.
QUEUE_PROPID_JOURNAL_QUOTA
);