JCL Help:PROC OF ADDR
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: __PROC_OF_ADDR__ Function
Search in JCL Help
Search in all projects
Summary
Returns the procedure name for an address.
Pascal
function __PROC_OF_ADDR__(const Addr: Pointer): string; deprecated;
Parameters
Parameters | Description |
const Addr: Pointer | Address for which you want to know the procedure. |
Return Value
Name of the procedure in which Addr is defined.
Description
__PROC_OF_ADDR__ returns the name of the procedure given an address.
See Also
__FILE__ __MODULE__ __PROC__ __LINE__ __MAP__ __FILE_OF_ADDR__ __MODULE_OF_ADDR__ __LINE_OF_ADDR__ __MAP_OF_ADDR__
About
Unit
Donator
Petr Vones
Notes
Usage of this function requires building the module with a detailed map file. Use the Linker tab in the Project Options dialog to enable creation of a map file. This function is obsolete. Use ProcOfAddr instead.
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