strm_dict_destroy()

Destroy a dictionary object handle.

Synopsis:

#include <sys/strm.h>
 
int strm_dict_destroy(strm_dict_t *dict)

Since:

BlackBerry 10.0.0

Arguments:

dict

A dictionary object handle.

Library:

libstrm (For the qcc command, use the -l mrndclient option to link against this library)

Description:

This function destroys the specified dictionary object handle and frees the memory allocated for the dictionary object if this is the last handle.

Returns:

0

Success

-1

An error occurred (errno is set).