|
MESSAGE_RESOURCE_BLOCK
The MESSAGE_RESOURCE_BLOCK structure contains information about message strings with identifiers in the
range indicated by the LowId and HighId members.
typedef struct _MESSAGE_RESOURCE_BLOCK {
ULONG LowId;
ULONG HighId;
ULONG OffsetToEntries;
} MESSAGE_RESOURCE_BLOCK, *PMESSAGE_RESOURCE_BLOCK;
Members
LowId
Specifies the lowest message identifier contained within this MESSAGE_RESOURCE_BLOCK.
HighId
Specifies the highest message identifier contained within this MESSAGE_RESOURCE_BLOCK.
OffsetToEntries
Specifies 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.
See Also
MESSAGE_RESOURCE_DATA, MESSAGE_RESOURCE_ENTRY
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|