FORMAT_MESSAGE_FROM_HMODULE top-level constant

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

@Deprecated('Use FORMAT_MESSAGE_OPTIONS.FORMAT_MESSAGE_FROM_HMODULE instead')
const FORMAT_MESSAGE_FROM_HMODULE = 0x00000800;