This page was last edited on January 15, 2014, at 05:58.
Comments or questions about this documentation? Contact us for support!
Initialize internal pointer to first key-value pair of data structure specified by the parameter list, for subsequent use by TKVListNextPair().
TKVResult TKVListInitScanLoop( TKVList *list );
For basic type information for each parameter, consult the Syntax section, above.
Name | Description |
---|---|
list | A pointer to the data structure for which the data search loop should be initiated. |
Refer to the type TKVResult.
See also TKVListNextPair.