Voice Platform SDK 8.5 API Reference

TKVListDup

Description

Duplicates the data structure specified by list.


Top of Page

Syntax


           
TKVList TKVListDup(
	TKVList *list
	);
           
        

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 that is requested to be duplicated.

Top of Page

Return Values

Returns a pointer to the duplicated data structure.


Top of Page

Comments

See also TKVListCreate and TKVListFree.


Top of Page


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