MESSAGE_FLAG_REPLY_DONE
fHeader->flags &= ~(MESSAGE_FLAG_REPLY_REQUIRED | MESSAGE_FLAG_REPLY_DONE
&& (fHeader->flags & MESSAGE_FLAG_REPLY_DONE) == 0;
fHeader->flags &= ~(MESSAGE_FLAG_REPLY_REQUIRED | MESSAGE_FLAG_REPLY_DONE
header->flags &= ~MESSAGE_FLAG_REPLY_DONE;
fHeader->flags |= MESSAGE_FLAG_REPLY_DONE;
&& (fHeader->flags & MESSAGE_FLAG_REPLY_DONE) == 0;
if ((fHeader->flags & MESSAGE_FLAG_REPLY_DONE) != 0)
fHeader->flags |= MESSAGE_FLAG_REPLY_DONE;
if ((fHeader->flags & MESSAGE_FLAG_REPLY_DONE) != 0)
fHeader->flags |= MESSAGE_FLAG_REPLY_DONE;
*pointer = (header->flags & MESSAGE_FLAG_REPLY_DONE ? 1 : 0);
header->flags |= MESSAGE_FLAG_REPLY_DONE;