JCL Help:PeMapImgNtHeaders32@Pointer

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a pointer to the 32-bit PE header for a 32-bit module loaded at a given base address.

Pascal

 function PeMapImgNtHeaders32(const BaseAddress: Pointer): PImageNtHeaders32; overload;

Parameters

Parameters Description
BaseAddress The memory address at which a module is loaded.

Return Value

Returns a pointer to the 32-bit PE header if successful, otherwise nil.

Description

Verifies if *BaseAddress* is a pointer to an accessible memory area where a module is loaded and returns a pointer to the 32-bit PE header information for that module.


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