You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
576 B
12 lines
576 B
typedef struct tagRESADDITIONAL
|
|
{
|
|
DWORD DataSize; // size of data without header
|
|
DWORD HeaderSize; // Length of the header
|
|
// [Ordinal or Name TYPE]
|
|
// [Ordinal or Name NAME]
|
|
DWORD DataVersion; // version of data struct
|
|
WORD MemoryFlags; // state of the resource
|
|
WORD LanguageId; // Unicode support for NLS
|
|
DWORD Version; // Version of the resource data
|
|
DWORD Characteristics; // Characteristics of the data
|
|
} RESADDITIONAL, *PRESADDITIONAL;
|