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