Create a new handle to an existing shareable string object.
#include <sys/strm.h>
strm_string_t* strm_string_clone(const strm_string_t *sstr)
BlackBerry 10.0.0
A handle to a shareable string object.
This function creates a new string handle to the shareable string object referenced by the argument sstr.
A new handle to the shareable string handle on success, or a null pointer on failure (errno is set).