The MESSAGE_RESOURCE_ENTRY structure contains the error message or message box display text for a message table resource.
typedef struct _MESSAGE_RESOURCE_ENTRY {
USHORT Length;
USHORT Flags;
UCHAR Text[ 1 ];
} MESSAGE_RESOURCE_ENTRY, *PMESSAGE_RESOURCE_ENTRY;
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in winnt.h.
Resources Overview, Resource Structures, MESSAGE_RESOURCE_BLOCK, MESSAGE_RESOURCE_DATA