FORMAT_MESSAGE_IGNORE_INSERTS top-level constant

  1. @Deprecated('Use FORMAT_MESSAGE_OPTIONS.FORMAT_MESSAGE_IGNORE_INSERTS instead')
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

@Deprecated('Use FORMAT_MESSAGE_OPTIONS.FORMAT_MESSAGE_IGNORE_INSERTS instead')
const FORMAT_MESSAGE_IGNORE_INSERTS = 0x00000200;