MESSAGE_RESOURCE_BLOCK struttura (winnt.h)

Contiene informazioni sulle stringhe di messaggio con identificatori nell'intervallo indicato dai membri LowId e HighId .

Sintassi

typedef struct _MESSAGE_RESOURCE_BLOCK {
  DWORD LowId;
  DWORD HighId;
  DWORD OffsetToEntries;
} MESSAGE_RESOURCE_BLOCK, *PMESSAGE_RESOURCE_BLOCK;

Members

LowId

Tipo: DWORD

Identificatore di messaggio più basso contenuto all'interno di questa struttura.

HighId

Tipo: DWORD

Identificatore di messaggio più alto contenuto all'interno di questa struttura.

OffsetToEntries

Tipo: DWORD

Offset, in byte, dall'inizio della struttura MESSAGE_RESOURCE_DATA alle strutture MESSAGE_RESOURCE_ENTRY in questa MESSAGE_RESOURCE_BLOCK. Le strutture MESSAGE_RESOURCE_ENTRY contengono le stringhe di messaggio.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Intestazione winnt.h (includere Windows.h)

Vedi anche

Informazioni concettuali

MESSAGE_RESOURCE_DATA

MESSAGE_RESOURCE_ENTRY

Riferimento

Risorse