MESSAGE_RESOURCE_DATA structure
Applies to: desktop apps only
Contains information about formatted text for display as an error message or in a message box in a message table resource.
Syntax
typedef struct {
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
-
Type: MESSAGE_RESOURCE_BLOCK[1]
-
An array of structures. The array is the size indicated by the NumberOfBlocks member.
Remarks
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
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
- Reference
- MESSAGE_RESOURCE_BLOCK
- MESSAGE_RESOURCE_ENTRY
- Conceptual
- Resources
Send comments about this topic to Microsoft
Build date: 2/3/2012