This topic has not yet been rated - Rate this topic

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

Winnt.h (include Windows.h)

See also

Reference
MESSAGE_RESOURCE_DATA
MESSAGE_RESOURCE_ENTRY
Conceptual
Resources

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ