Voice Platform SDK 8.5 API Reference

TKVList

Syntax



struct kv_list {
	struct _kv_pair		*list;
	struct _kv_pair		*current;
	struct _kv_pair		*tail;
};
typedef struct kv_list TKVList;


Top of Page

Values

list —  A pointer to the first pair on the list.

current —  A pointer to the current pair on the list.

tail —  A pointer to the last pair on the list.


Top of Page


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