kv_release_operation_results()

#include <kvstore.h>

void 
kv_release_operation_results(kv_operation_results_t **results) 

Releases the results list created by running kv_execute().

Parameters

store

The store parameter is the handle to the store to which the results list belongs.

results

The results parameter is the results list that you want to release.

See Also

Data Operations and Related Functions