#include <as400_protos.h> void* _CVTSPP(const ILEpointer *source);
Note: This function can only be used in an i5/OS PASE program. See i5/OS PASE for more information.
The _CVTSPP() function converts the teraspace address in a tagged space pointer to an equivalent i5/OS PASE memory address.
_CVTSPP requires no authority.
_CVTSPP returns the i5/OS PASE memory address equivalent of the input tagged space pointer. The result is zero (null) if the input is a 16-byte null pointer or a tagged space pointer that does not contain the teraspace address equivalent of some valid i5/OS PASE memory address.
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 |