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