NULL Constant

The NULL constant represents a null pointer-a pointer that does not refer to a valid memory location. It is typically defined as a pointer to a void type at address zero. The specific definition depends on the programming language standard in use: it is cast as ((PVOID) 0UL) for C, and defined simply as 0UL for C++.

Version:1.0
Header file:AR_Types.h (include AR_API.h)
See also: PVOID
SpaceShadow documentation