company logo

String :: data16 - Returns a pointer to the 16 bit string data area

The function returns a utf16char * pointer to the area containing UTF16 encoded string data. When no string data area has been allocated, the function returns a pointer to an empty string data area. If the string does not contain a 16 bit representation of string data, it throws an exception. The method is implemented for C++, only.

Return value:   - Title unknown ( utf16char * )

Implementation details