JCL Help:PeGetNtHeaders
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeGetNtHeaders
Search in JCL Help
Search in all projects
Summary
Returns a TImageNtHeaders record for an image.
Parameters
Parameters | Description |
FileName | Filename of the image for which to retrieve the TImageNtHeader. |
NtHeaders | Receives the TImageNtHeaders record. |
Return Value
If the function succeeds it returns True, otherwise it returns False.
Description
PeGetNtHeaders returns a TImageNtHeaders record for the specified image. A TImageNtHeaders record contains a lot of standard information about the image included in all valid portable executable files. For information about the interpretation of this record see "Portable Executable and Common Object File Format Specification", Revision 6.0 February 1999 in the MSDN library.
About
Donator
Petr Vones
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page