JCL Help:GetMaxAppAddress

From Project JEDI Wiki
Jump to navigationJump to search


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

GetMinAppAddress


About

Unit

JclSysInfo


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