Voice Platform SDK 8.5 API Reference

TKVListAddString

Description

Adds one data item of character pointer (that is, string) type, specified as the parameters key and value, to the data structure specified by the parameter list.


Top of Page

Syntax


           
TKVResult TKVListAddString(
	TKVList *list,
	char *key,
	char *value
	);
           
        

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 to which the specified key-value pair should be added.
key A pointer to the string representing the parameter name.
value A pointer to the value of the parameter specified by the parameter key.

Top of Page

Return Values

Refer to the type TKVResult.


Top of Page

Comments

See also TKVListAddInt, TKVListAddBinary, and TKVListAddList.


Top of Page


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