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_data below:

MESSAGE_RESOURCE_DATA (winnt.h) - Win32 apps

MESSAGE_RESOURCE_DATA structure (winnt.h)

In this article

Contains information about formatted text for display as an error message or in a message box in a message table resource.

Syntax
typedef 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 also

Conceptual

MESSAGE_RESOURCE_BLOCK

MESSAGE_RESOURCE_ENTRY

Reference

Resources

Additional resources

Additional resources In this article


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.3