JCL Help:GetMinAppAddress

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a pointer to the lowest memory address available to applications and DLLs.


Pascal

 function GetMinAppAddress: TJclAddr;


Return Value

The lowest memory address available to applications and DLLs, casted into an integer.


Description

Returns a pointer to the lowest 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

GetMaxAppAddress


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