Delete a dictionary entry (by key)
#include <sys/strm.h>
strm_dict_t* strm_dict_key_delete(strm_dict_t *dict,
char const *key)
BlackBerry 10.0.0
A dictionary object handle.
The key of the entry to delete.
This function creates a new dictionary object that is an exact replica of the old object, except the entry specified by the key argument is deleted. The function returns a handle to the new dictionary object, or a null pointer on failure. On success, the original dictionary handle is destroyed.
A handle to the new dictionary object, or a null pointer on failure.