Jump to: navigation, search

TKVListAddInt

Description

Adds one data item of integer type, specified as the parameters key and value, to the data structure specified by the parameter list.

Syntax

TKVResult TKVListAddInt(
	TKVList *list,
	char *key,
	int 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 The value of the key-value pair specified by the parameter key.

Return Values

Refer to the type TKVResult.

Comments

See also TKVListAddString, TKVListAddList, and TKVListAddBinary.

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