[Overview][Constants][Types][Index] |
Header of an external resource file
Source position: externaltypes.pp line 27
type TExtHeader = packed record |
||
magic: TExternalResMagic; |
|
String identifying the file format |
version: Byte; |
|
File format version |
endianess: Byte; |
|
Byte order of the file |
count: LongWord; |
|
Number of resources in the file |
nodesize: LongWord; |
|
Size of header up to string table, excluded |
hdrsize: LongWord; |
|
Size of header up to string table, included |
reserved1: LongWord; |
|
Unused as of version 1 |
reserved2: LongWord; |
|
Unused as of version 1 |
reserved3: LongWord; |
|
Unused as of version 1 |
end; |
This header describes the data structure present at the beginning of an external resource file.
|
Magic identifier for the external resource file type |
|
|
Current version of file format |
|
|
The file uses big endian byte order |
|
|
The file uses little endian byte order |