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