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