JCL Help:Addr64ToAddr32@TJclAddr64

From Project JEDI Wiki
Jump to navigationJump to search


Summary

64-bit address to 32-bit address conversion


Pascal

 function Addr64ToAddr32(const Value: TJclAddr64): TJclAddr32;


Exceptions

If the argument address does not fit in the result, an exception of class EJclAddr64Exception is raised.


Description

This function converts a 64-bit address to a 32-bit value.


About

Unit

JclBase


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