Home Texas Home

Typedef enum VariableType

NameValueDescription
NONE 0 Type is unset.
BOOLEAN 1 one byte, 1/0 value for true and false.
INTEGER 2 64bit signed integer.
DECIMAL 3 64bit signed floating decimal.
ASTRING 4 8bit UTF-8, null terminating string.
WSTRING 5 16bit UTF-16 wide character, null terminating string.
BSTRING 6 8bit biniary string.
DATE 7 32bit day count from the 1/1/1601.
UTC_TIME 8 64bit windows FILETIME variable.
OS_HANDLE 9 HANDLE value, for files, mutexes and the like.
REFERENCE 10 32bit pointer to a TVarible.
POINTER 11 32bit void pointer to any memory location, with unlimited lenght.
FUNCTION 12 32bit pointer to a TScript Method - really not in use, maybe depreciated.
STRUCTURE 13 TVariable that is a structure or an array.
ERROR_MSG 14 TVariable that is an error message, has both a ascii string and an unsigned int error code.

Copyright © 2007-2008, Ekky Software Pty Ltd.