Voice Platform SDK 8.5 API Reference

TVKListGetPair

Description

Returns a pointer to the pair of the parameter specified by key contained in the data structure specified by kvl.


Top of Page

Syntax


           
TKVPair *TKVListGetPair(
	TKVList *kvl,
	char *key,
	TKVResult *result
	);
           
        

Top of Page

Parameters

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

Name Description
kvl A pointer to the data structure that contains the pair in question.
key A pointer to the string representing the parameter name.
result A pointer to the memory cell that will contain the result of the requested procedure. (Refer to the type TKVResult.

Top of Page

Return Values

A pointer to the value of the key-value pair specified by the parameter key contained in the data structure specified by the parameter list, if the parameter is found otherwise unspecified.


Top of Page

Comments

See also TKVListGetIntValue, TKVListGetListValue, TKVListGetUnicodeValue, and TKVListGetStringValue.


Top of Page


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