FORMAT_MESSAGE_FROM_HMODULE top-level constant

int const FORMAT_MESSAGE_FROM_HMODULE

The lpSource parameter is a module handle containing the message-table resource(s) to search. If this lpSource handle is NULL, the current process's application image file will be searched. This flag cannot be used with FORMAT_MESSAGE_FROM_STRING.

Implementation

const FORMAT_MESSAGE_FROM_HMODULE = 0x00000800;