strm_dict_clone()

Duplicate a dictionary handle

Synopsis:

#include <strm.h>

strm_dict_t *strm_dict_clone( const strm_dict_t *dict );

Arguments:

dict
A dictionary object handle.

Library:

libstrm

Description:

The function strm_dict_clone() creates a new handle to the dictionary object referenced by the specified handle.

Note that multiple handles may be represented by identical pointer values; you should not compare handles.

Returns:

A new dictionary object handle to the dictionary object referenced by the specified handle.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes