JCL Help:TJclBinDebugScanner.ModuleStartFromAddr
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclBinDebugScanner.ModuleStartFromAddr Method
Search in JCL Help
Search in all projects
Summary
Returns the starting address of a module given an address.
Pascal
public function ModuleStartFromAddr(Addr: DWORD): DWORD;
Parameters
Parameters | Description |
Addr: DWORD | Address to get unit start for. |
Return Value
The starting address of the Delphi unit that contains the specified address.
Description
ModuleStartFromAddr returns the starting address of the Delphi unit that contains the specified address.
See Also
LineNumberFromAddr ModuleNameFromAddr ProcNameFromAddr 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