2 references to QUEUE_JOURNAL_NONE
System.Messaging (2)
System\Messaging\MessageQueue.cs (2)
1300this.useJournaling = (Properties.GetUI1(NativeMethods.QUEUE_PROPID_JOURNAL) != NativeMethods.QUEUE_JOURNAL_NONE); 1312Properties.SetUI1(NativeMethods.QUEUE_PROPID_JOURNAL, (byte)NativeMethods.QUEUE_JOURNAL_NONE);