Duplicate a dictionary handle.
#include <sys/strm.h>
strm_dict_t* strm_dict_clone(const strm_dict_t *dict)
BlackBerry 10.0.0
A new dictionary object handle to the dictionary object referenced by the specified handle.
This function creates a new handle to the dictionary object referenced by the specified handle.
Note that multiple handles may be represented by identical pointer values; you should not compare handles.