Leaked source code of windows server 2003
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

  1. typedef struct tagRESADDITIONAL
  2. {
  3. DWORD DataSize; // size of data without header
  4. DWORD HeaderSize; // Length of the header
  5. // [Ordinal or Name TYPE]
  6. // [Ordinal or Name NAME]
  7. DWORD DataVersion; // version of data struct
  8. WORD MemoryFlags; // state of the resource
  9. WORD LanguageId; // Unicode support for NLS
  10. DWORD Version; // Version of the resource data
  11. DWORD Characteristics; // Characteristics of the data
  12. } RESADDITIONAL, *PRESADDITIONAL;