Duplicate a dictionary handle
#include <strm.h>
strm_dict_t *strm_dict_clone( const strm_dict_t *dict );
libstrm
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.
A new dictionary object handle to the dictionary object referenced by the specified handle.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |