This page was last edited on January 15, 2014, at 05:58.
Comments or questions about this documentation? Contact us for support!
Returns a pointer to the value (of a character pointer type) of the key-value pair specified by the parameter key contained in the data structure specified by the parameter list.
char *TKVListGetStringValue( TKVList *list, char *key, TKVResult *result );
For basic type information for each parameter, consult the Syntax section, above.
Name | Description |
---|---|
list | A pointer to the data structure that contains the parameter in question. |
key | A pointer to the string representing the parameter name. |
result | A pointer to the memory cell that will contain the result of the requested procedure. (Refer to the type TKVResult). |
A pointer to the value of the key-value pair specified by the parameter key contained in the data structure specified by the parameter list, if the parameter is found otherwise unspecified.
See also TKVListGetListValue, TKVListGetUnicodeValue, and TKVListGetBinaryValue.