Contains information about formatted text for display as an error message or in a message box in a message table resource.
Syntaxtypedef struct _MESSAGE_RESOURCE_DATA {
DWORD NumberOfBlocks;
MESSAGE_RESOURCE_BLOCK Blocks[1];
} MESSAGE_RESOURCE_DATA, *PMESSAGE_RESOURCE_DATA;
Members
NumberOfBlocks
Type: DWORD
The number of MESSAGE_RESOURCE_BLOCK structures.
Blocks[1]
Type: MESSAGE_RESOURCE_BLOCK[1]
An array of structures. The array is the size indicated by the NumberOfBlocks member.
A MESSAGE_RESOURCE_DATA structure can contain one or more MESSAGE_RESOURCE_BLOCK structures, which can each contain one or more MESSAGE_RESOURCE_ENTRY structures.
Requirements Requirement Value Minimum supported client Windows 2000 Professional [desktop apps only] Minimum supported server Windows 2000 Server [desktop apps only] Header winnt.h (include Windows.h) See alsoConceptual
Reference
Additional resources Additional resources In this articleRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3