Voice Platform SDK 8.5 API Reference

TKVListListValue

Description

Returns a pointer to the value (of TKVList type) of a key-value pair specified by the parameter pair.


Top of Page

Syntax


           
TKVList *TKVListListValue(
 	TKVPair *pair
 	);
           
        

Top of Page

Parameters

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

Name Description
pair A pointer to the key-value pair that contains the value in question.

Top of Page

Return Values

A pointer to the value of the parameter contained in a key-value pair specified by the parameter pair.


Top of Page

Comments

See also TKVListType, TKVListIntValue, TKVListStringValue, TKVListUnicodeValue, and TKVListBinaryValue.


Top of Page


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