strm_string_get()

Return a pointer to the first character of the string.

Synopsis:

#include <sys/strm.h>
 
const char* strm_string_get(const strm_string_t *sstr)

Since:

BlackBerry 10.0.0

Arguments:

sstr

A handle to a shareable string object.

Library:

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

Description:

This function returns a const pointer to the first character of the string in the shareable string object referenced by the sstr argument.

Returns:

A pointer to the first character of the string in the shareable string object referenced by the sstr argument.