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 );
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.