Jump to: navigation, search

TKVListInitScanLoop

Description

Initialize internal pointer to first key-value pair of data structure specified by the parameter list, for subsequent use by TKVListNextPair().

Syntax

TKVResult TKVListInitScanLoop(
	TKVList *list
	);

Parameters

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

Name Description
list A pointer to the data structure for which the data search loop should be initiated.

Return Values

Refer to the type TKVResult.

Comments

See also TKVListNextPair.

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