getCStringNoCopy
Returns a pointer to the OSString object’s internal data buffer.
Declaration
const char * getCStringNoCopy() const;Return Value
A pointer to the string or NULL if the OSString has zero length. The string will be null terminated.
Returns a pointer to the OSString object’s internal data buffer.
const char * getCStringNoCopy() const;A pointer to the string or NULL if the OSString has zero length. The string will be null terminated.