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