2.9.1.11. memory_IsUndef()

[<<<] [>>>]

This function returns if the examined variable is undef. Since a variable containing undef but having other variables referencing this variable is NOT stored as NULL examining the variable agains NULL is not enough anymore since reference variables were introduced.

int memory_IsUndef(pFixSizeMemoryObject pVar
  ){

[<<<] [>>>]