#include <as400_protos.h> void* _CVTTS64(ts64_t source);
Note: This function can only be used in an i5/OS PASE program. See i5/OS PASE for more information.
The _CVTTS64() function converts a 64-bit teraspace address to an equivalent i5/OS PASE memory address.
_CVTTS64 requires no authority.
_CVTTS64 returns the i5/OS PASE memory address equivalent of the 64-bit teraspace address. The result is zero (null) if the input is either zero or an address that cannot contain i5/OS PASE memory.
Any error is reported with an i5/OS exception message that the system converts to an i5/OS PASE signal. See i5/OS PASE Signal Handling for information about handling i5/OS exceptions.
Top | i5/OS PASE APIs | APIs by category |