JCL Help:GetMaxAppAddress
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetMaxAppAddress Function
Search in JCL Help
Search in all projects
Summary
Returns a pointer to the highest memory address available to applications and DLLs.
Pascal
function GetMaxAppAddress: TJclAddr;
Return Value
The highest memory address available to applications and DLLs, casted into an integer.
Description
Returns a pointer to the highest memory address available to applications and DLLs. You can typecast the return value to a pointer to directly point to the specified memory address.
See Also
About
Unit
Donator
Peter Friese
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