1.3.12. memory_Type()

[<<<] [>>>]

This function returns the type of the variable. In case the program does not want to check the NULL undef, but wants to get VTYPE_UNDEF even if the variable is real undef being NULL calling this function is safe. Use this function instead of the macro TYPE defined in command.h is there is doubt.

int memory_Type(pFixSizeMemoryObject pVar
);

[<<<] [>>>]