#include <as400_protos.h> ts64_t _GETTS64(const void *memory); ts64_t _GETTS64_SPP(const ILEpointer *source);
Note: These functions can only be used in an i5/OS PASE program. See i5/OS PASE for more information about creating i5/OS PASE programs.
The _GETTS64() function returns the 64-bit teraspace address equivalent of an i5/OS PASE memory address. The _GETTS64_SPP() function returns the 64-bit teraspace address stored in a 16-byte space pointer.
_GETTS64 and _GETTS64_SPP require no authority.
_GETTS64 and _GETTS64_SPP return a 64-bit teraspace address or zero.
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 |