JCL Help:TJclDebugInfoBinary.GetLocationInfo@Pointer@TJclLocationInfo
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclDebugInfoBinary.GetLocationInfo Method
[+] TJclDebugInfoBinary Methods
Search in JCL Help
Search in all projects
Summary
Retreives information on a specified address.
Pascal
public function GetLocationInfo(const Addr: Pointer; out Info: TJclLocationInfo): Boolean; override;
Parameters
Parameters | Description |
const Addr: Pointer | Address to get information on |
out Info: TJclLocationInfo | Structure that holds information on the address, if address belongs to this object |
Return Value
If the specified address exists within the module represented by this object the function returns True and Info will hold the information for the specified address. If the address does not exist within the module, the function returns False.
Description
GetLocationInfo retreives information for the address specified by the Addr parameter and returns it through the Info parameter.
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