getBytesNoCopy
Returns a pointer to the OSData object's internal data buffer.
Declaration
const void * getBytesNoCopy(void);virtual const void * getBytesNoCopy(void);Return Value
A pointer to the data or NULL if the OSData has zero length.
Returns a pointer to the OSData object's internal data buffer.
const void * getBytesNoCopy(void);virtual const void * getBytesNoCopy(void);A pointer to the data or NULL if the OSData has zero length.