Jump to: navigation, search

TKVListGetIntValue

Description

Returns a value (of an integer type) of the key-value pair specified by the parameter key contained in the data structure specified by the parameter list.

Syntax

int TKVListGetIntValue(
	TKVList *list,
	char *key,
	TKVResult *result
	);
          

Parameters

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

Name Description
list A pointer to the data structure that contains the key in question.
key A pointer to the string representing the parameter name.
result A pointer to the memory cell that will contain the result of the requested procedure. (Refer to the type TKVResult).

Return Values

A pointer to the value of the key-value pair specified by the parameter key contained in the data structure specified by the parameter list, if the parameter is found otherwise unspecified.

Comments

See also TKVListGetListValue, TKVListGetBinaryValue, TKVListGetUnicodeValue, and TKVListGetStringValue.

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