Unit 'JwaWinNT' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

_IMAGE_SECTION_HEADER

Declaration

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;


Documentation generated on: 2023-03-18