This page was last edited on January 15, 2014, at 05:58.
Comments or questions about this documentation? Contact us for support!
Duplicates the data structure specified by list.
TKVList TKVListDup( TKVList *list );
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. |
Returns a pointer to the duplicated data structure.
See also TKVListCreate and TKVListFree.