FORMAT_MESSAGE_IGNORE_INSERTS top-level constant

int const FORMAT_MESSAGE_IGNORE_INSERTS

Insert sequences in the message definition are to be ignored and passed through to the output buffer unchanged. This flag is useful for fetching a message for later formatting. If this flag is set, the Arguments parameter is ignored.

Implementation

const FORMAT_MESSAGE_IGNORE_INSERTS = 0x00000200;