Source position: jwawinnt.pas line 5148
type _IMAGE_SECTION_HEADER = record |
Name: array [0..IMAGE_SIZEOF_SHORT_NAME-1] of Byte; |
Misc: TImgSecHdrMisc; |
VirtualAddress: DWORD; |
SizeOfRawData: DWORD; |
PointerToRawData: DWORD; |
PointerToRelocations: DWORD; |
PointerToLinenumbers: DWORD; |
NumberOfRelocations: Word; |
NumberOfLinenumbers: Word; |
Characteristics: DWORD; |
end; |