JCL Help:GetLocationInfo@Pointer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetLocationInfo Function
[+] JclDebug.pas Functions
Search in JCL Help
Search in all projects
Summary
Returns location info given an address.
Pascal
function GetLocationInfo(const Addr: Pointer): TJclLocationInfo; overload;
function GetLocationInfo(const Addr: Pointer; out Info: TJclLocationInfo): Boolean; overload;
Parameters
Parameters | Description |
const Addr: Pointer | Addres to obtain information on. |
Return Value
This function returns a TJclLocationInfo record filled with any information it could find.
Description
GetLocationInfo returns a TJclLocationInfo structure for 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