Jump to: navigation, search

TKVListDeletePair

Description

Deletes one data item, specified by the parameter key, from the data structure specified by the parameter list.

Syntax

TKVResult TKVListDeletePair(
	TKVList *list,
	char *key
	);
          

Parameters

For basic type information for each parameter, consult the Syntax section, above.

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.

Return Values

Refer to the type TKVResult.

Comments

See also TKVListDeleteAll.

This page was last edited on March 17, 2016, at 18:08.
Comments or questions about this documentation? Contact us for support!