JCL Help:PeDbgImgLibraryName32@THandle@TJclAddr32@string

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Obtains the export name of a given 32-bit process.

Pascal

 function PeDbgImgLibraryName32(ProcessHandle: THandle; BaseAddress: TJclAddr32; var Name: string): Boolean;

Parameters

Parameters Description
ProcessHandle The handle of the process.
BaseAddress The memory address of the PE image for the process.
Name Receives the export name of the process.

Return Value

Returns True if successful, otherwise False.

Description

Returns the export name in *Name* for the given *ProcessHandle* process extracting it from the PE image located at *BaseAddress*.


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