typedef enum { KVTypeString, KVTypeInt, KVTypeBinary, KVTypeList KVTypeUnicode } TKVType;
KVTypeString
—
The variable is of a character type.
KVTypeInt
—
The variable is of an integer
type.
KVTypeBinary
—
The variable is of a binary type.
KVTypeList
—
The variable is of a kv_list
type.
KVTypeUnicode
—
The variable is of a unicode type.