Jump to: navigation, search

TKVListStringValue

Description

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

Syntax

char *TKVListStringValue(
	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, TKVListBinaryValue, TKVListUnicodeValue, and TKVListListValue.

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