uintptr_t is an unsigned integer type that is capable of storing a data pointer. Therefore it is safe to convert from a void pointer to a uintptr_t, using a union. More...
Data Fields | |
uintptr_t | uxPtr |
const void * | pvPtr |
uintptr_t is an unsigned integer type that is capable of storing a data pointer. Therefore it is safe to convert from a void pointer to a uintptr_t, using a union.
uintptr_t uIntPtr::uxPtr |
THe numeric value.
const void* uIntPtr::pvPtr |
THe void pointer.