JCL Help:PeMapImgSize32@Pointer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeMapImgSize32 Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
Summary
Obtains the size of a 32-bit PE image stored at a given memory address.
Pascal
function PeMapImgSize32(const BaseAddress: Pointer): DWORD; overload;
Description
Returns the size of the 32-bit PE image located in memory at the given *BaseAddress*.
Parameters
Parameters | Description |
BaseAddress | The memory address at which the PE image is stored. |
Return Value
Returns the size of the PE image if successful, otherwise 0.
About
Unit
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