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