Deletes one data item, specified by the parameter
key,
from the data structure specified by the parameter
list.
TKVResult TKVListDeletePair( TKVList *list, char *key );
Name | Description |
---|---|
list | A pointer to the data structure from which the specified key-value pair should be deleted. |
key | A pointer to the key of the key-value pair that should be deleted. |
Refer to the type TKVResult.
See also TKVListDeleteAll.