Jump to: navigation, search

TKVListListValue

Description

Returns a pointer to the value (of TKVList type) of a key-value pair specified by the parameter pair.

Syntax

TKVList *TKVListListValue(
	TKVPair *pair
	);

Parameters

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

Name Description
pair A pointer to the key-value pair that contains the value in question.

Return Values

A pointer to the value of the parameter contained in a key-value pair specified by the parameter pair.

Comments

See also TKVListType, TKVListIntValue, TKVListStringValue, TKVListUnicodeValue, and TKVListBinaryValue.

This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!