JCL Help:PeMapImgLibraryName
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeMapImgLibraryName Function
Search in JCL Help
Search in all projects
Summary
Returns the name of the image file mapped at the specified address.
Pascal
function PeMapImgLibraryName(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 image mapped at the specified address. If the function fails it returns an empty string.
Description
Returns the name of the image file mapped at the specified address.
About
Unit
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