nullifyPointer
fn
void nullifyPointer(out void * nullifyLocation)Set the pointer at the specified location to null.
Parameters
nullifyLocation | the memory address of the pointer. |
void nullifyPointer(out void * nullifyLocation)Set the pointer at the specified location to null.
nullifyLocation | the memory address of the pointer. |