FORMAT_MESSAGE_FROM_STRING top-level constant

int const FORMAT_MESSAGE_FROM_STRING

The lpSource parameter is a pointer to a null-terminated string that contains a message definition. The message definition may contain insert sequences, just as the message text in a message table resource may. This flag cannot be used with FORMAT_MESSAGE_FROM_HMODULE or FORMAT_MESSAGE_FROM_SYSTEM.

Implementation

const FORMAT_MESSAGE_FROM_STRING = 0x00000400;