Jump to: navigation, search

TKVListNextPair

Description

Returns a pointer to the next key-value pair of the data structure specified by the parameter list.

Syntax

TKVPair *TKVListNextPair(
	TKVList *list
	);

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-value pair in question.

Return Values

A pointer to the next key-value pair of the data structure specified by the parameter list. (When the end of the list in question is reached, the function will return NULL.) Refer to the type TKVPair.

Comments

See also TKVListInitScanLoop.

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