JCL Help:PeMapImgLibraryName64@Pointer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeMapImgLibraryName64 Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
Summary
Returns the name of the 64-bit PE image file mapped at the specified address.
Pascal
function PeMapImgLibraryName64(const BaseAddress: Pointer): string;
Parameters
Parameters | Description |
const BaseAddress: Pointer | Base address at which the image file for which you want to retrieve the name is mapped. This address is returned by the MapAndLoad and LoadLibrary API functions. |
Return Value
If the function succeeds it returns the name of the 64-bit PE image file mapped at the specified address. If the function fails it returns an empty string.
Description
Returns the name of the 64-bit PE image file mapped at the specified address.
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