strm_dict_destroy()

Destroy a dictionary object handle

Synopsis:

#include <strm.h>

int strm_dict_destroy( strm_dict_t *dict );

Arguments:

dict
A dictionary object handle.

Library:

libstrm

Description:

The function strm_dict_destroy() 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).

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes