Voice Platform SDK 8.5 API Reference

TKVListStringValue

Description

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


Top of Page

Syntax


           
char *TKVListStringValue(
	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, TKVListBinaryValue, TKVListUnicodeValue, and TKVListListValue.


Top of Page


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