kv_release_impl()

#include <kvstore.h>

void 
kv_release_impl(kv_impl_t **impl) 

Releases the implementation structure created by kv_create_jni_impl().

Parameters

impl

The impl parameter is the implementation structure whose resources you want to release.

See Also

Store and Library Operations