JCL Help:TJclMapScanner.ProcNameFromAddr@DWORD
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclMapScanner.ProcNameFromAddr Method (DWORD)
[+] TJclMapScanner Methods
[+] TJclMapScanner Properties
Search in JCL Help
Search in all projects
Summary
Returns the procedure name for an address.
Pascal
public function ProcNameFromAddr(Addr: DWORD): string; overload;
public function ProcNameFromAddr(Addr: DWORD; out Offset: Integer): string; overload;
Parameters
Parameters | Description |
Addr: DWORD | Address to get procedure name for. |
Return Value
The procedure name for the specified address.
Description
ProcNameFromAddr returns the procedure name for the specified address.
See Also
LineNumberFromAddr ModuleNameFromAddr ModuleStartFromAddr SourceNameFromAddr
About
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