6 references to QUEUE_PROPID_JOURNAL
System.Messaging (6)
System\Messaging\MessageQueue.cs (6)
1298Properties.SetUI1(NativeMethods.QUEUE_PROPID_JOURNAL, (byte)0); 1300this.useJournaling = (Properties.GetUI1(NativeMethods.QUEUE_PROPID_JOURNAL) != NativeMethods.QUEUE_JOURNAL_NONE); 1302Properties.Remove(NativeMethods.QUEUE_PROPID_JOURNAL); 1310Properties.SetUI1(NativeMethods.QUEUE_PROPID_JOURNAL, (byte)NativeMethods.QUEUE_JOURNAL_JOURNAL); 1312Properties.SetUI1(NativeMethods.QUEUE_PROPID_JOURNAL, (byte)NativeMethods.QUEUE_JOURNAL_NONE); 1317Properties.Remove(NativeMethods.QUEUE_PROPID_JOURNAL);