TKVListDup
Description
Duplicates the data structure specified by list.
Syntax
TKVList TKVListDup( TKVList *list );
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. |
Return Values
Returns a pointer to the duplicated data structure.
Comments
See also TKVListCreate and TKVListFree.
This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!