MESSAGE_RESOURCE_BLOCK structure
Applies to: desktop apps only
Contains information about message strings with identifiers in the range indicated by the LowId and HighId members.
Syntax
typedef struct {
DWORD LowId;
DWORD HighId;
DWORD OffsetToEntries;
} MESSAGE_RESOURCE_BLOCK;
Members
- LowId
-
Type: DWORD
-
The lowest message identifier contained within this structure.
- HighId
-
Type: DWORD
-
The highest message identifier contained within this structure.
- OffsetToEntries
-
Type: DWORD
-
The offset, in bytes, from the beginning of the MESSAGE_RESOURCE_DATA structure to the MESSAGE_RESOURCE_ENTRY structures in this MESSAGE_RESOURCE_BLOCK. The MESSAGE_RESOURCE_ENTRY structures contain the message strings.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
See also
- Reference
- MESSAGE_RESOURCE_DATA
- MESSAGE_RESOURCE_ENTRY
- Conceptual
- Resources
Send comments about this topic to Microsoft
Build date: 2/3/2012