Delete a dictionary entry (by index)
#include <sys/strm.h>
strm_dict_t* strm_dict_index_delete(strm_dict_t *dict,
size_t index)
BlackBerry 10.0.0
A handle to the original dictionary object.
The index 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 index argument is deleted. The function returns a handle to the new dictionary object, or a null pointer on failure (including when the index is out of range). On success, the original dictionary handle is destroyed.
A handle to the new dictionary object, or a null pointer on failure (including when the index is out of range).