Returns the type of variable contained in a key-value pair specified by the parameter
pair.
TKVType TKVListType( TKVPair *pair );
Name | Description |
---|---|
pair | A pointer to the key-value pair that contains the variable in question. |
Refer to the type TKVType.
See also TKVListIntValue, TKVListStringValue, TKVLIstUnicodeValue, TKVListBinaryValue, and TKVListListValue.