Adds one data item of a unicode type, specified as the parameters
key
and
value,
to the data structure specified by the parameter
list.
TKVResult TKVListAddUnicode( TKVList *list, const char *key, const wchar_t *value, );
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.
|
Refer to the type TKVResult.