TKVListAddList
Description
Adds one data item of TKVList type, specified as the parameters key and value, to the data structure specified by the parameter list.
Syntax
TKVResult TKVListAddList( TKVList *list, char *key, TKVList *value );
Parameters
For basic type information for each parameter, consult the Syntax section, above.
Name | Description |
---|---|
list | A pointer to the data structure to which the specified key-value pair should be added. |
key | A pointer to the string representing the parameter name. |
value | A pointer to the value of the parameter specified by the parameter key. |
Return Values
Refer to the type TKVResult.
Comments
See also TKVListAddInt, TKVListAddString, and TKVListAddBinary.
This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!