FORMAT_MESSAGE_FROM_SYSTEM top-level constant

  1. @Deprecated('Use FORMAT_MESSAGE_OPTIONS.FORMAT_MESSAGE_FROM_SYSTEM instead')
int const FORMAT_MESSAGE_FROM_SYSTEM

The function should search the system message-table resource(s) for the requested message. If this flag is specified with FORMAT_MESSAGE_FROM_HMODULE, the function searches the system message table if the message is not found in the module specified by lpSource. This flag cannot be used with FORMAT_MESSAGE_FROM_STRING.

Implementation

@Deprecated('Use FORMAT_MESSAGE_OPTIONS.FORMAT_MESSAGE_FROM_SYSTEM instead')
const FORMAT_MESSAGE_FROM_SYSTEM = 0x00001000;