Create a new handle to an empty dictionary object.
#include <sys/strm.h>
strm_dict_t* strm_dict_new(void)
BlackBerry 10.0.0
This function returns a new handle to an empty dictionary object.
Note that multiple handles may be represented by identical pointer values; you should not compare handles.
A new dictionary object handle.