Voice Platform SDK 8.5 API Reference

TKVListNextPair

Description

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


Top of Page

Syntax


           
TKVPair *TKVListNextPair(
	TKVList *list
	);
           
        

Top of Page

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.

Top of Page

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.


Top of Page

Comments

See also TKVListInitScanLoop.


Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.