4 references to MESSAGE_JOURNAL_JOURNAL
System.Messaging (4)
System\Messaging\Message.cs (4)
2011
return ((properties.GetUI1(NativeMethods.MESSAGE_PROPID_JOURNAL) & NativeMethods.
MESSAGE_JOURNAL_JOURNAL
) != 0);
2025
properties.SetUI1(NativeMethods.MESSAGE_PROPID_JOURNAL, (byte)(properties.GetUI1(NativeMethods.MESSAGE_PROPID_JOURNAL) & ~NativeMethods.
MESSAGE_JOURNAL_JOURNAL
));
2031
properties.SetUI1(NativeMethods.MESSAGE_PROPID_JOURNAL, (byte)NativeMethods.
MESSAGE_JOURNAL_JOURNAL
);
2033
properties.SetUI1(NativeMethods.MESSAGE_PROPID_JOURNAL, (byte)(properties.GetUI1(NativeMethods.MESSAGE_PROPID_JOURNAL) | NativeMethods.
MESSAGE_JOURNAL_JOURNAL
));