A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/windows/desktop/api/winnt/ns-winnt-message_resource_block below:

MESSAGE_RESOURCE_BLOCK (winnt.h) - Win32 apps

MESSAGE_RESOURCE_BLOCK structure (winnt.h)

In this article

Contains information about message strings with identifiers in the range indicated by the LowId and HighId members.

Syntax
typedef struct _MESSAGE_RESOURCE_BLOCK {
  DWORD LowId;
  DWORD HighId;
  DWORD OffsetToEntries;
} MESSAGE_RESOURCE_BLOCK, *PMESSAGE_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 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 also

Conceptual

MESSAGE_RESOURCE_DATA

MESSAGE_RESOURCE_ENTRY

Reference

Resources

Additional resources

In this article

Was this page helpful?

Additional resources


RetroSearch 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.4