JCL Help:PeMapImgSections32@PImageNtHeaders32

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Obtains a pointer to an array of all the PE image sections of a given 32-bit PE image.

Pascal

 function PeMapImgSections32(NtHeaders: PImageNtHeaders32): PImageSectionHeader; overload;

Parameters

Parameters Description
NtHeaders Pointer to the PE image header.

Return Value

Returns a pointer to the PE image section if successful, otherwise nil.

Description

Returns a pointer to the first PE image section for the given 32-bit PE image header *NtHeaders*. The next PE image sections follow the first one and are arranged as an array.

About

Unit

JclPeImage


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