#define INT_TO_PTR ( integer   )     ((axlPointer) (integer))

Allows to convert integer value (including constant values) into a pointer representation.

Use the oposite function to restore the value from a pointer to a integer: PTR_TO_INT.

Parameters:
integer The integer value to cast to pointer.
Returns:
A axlPointer reference.