CStringData::data
Returns a pointer to the character buffer of a string object.
void* data( ) throw( );
Возвращаемое значение
A pointer to the character buffer of the string object.
Заметки
Call this function to return the current character buffer of the associated string object.
Примечание. |
---|
This buffer is not allocated by the CStringData object but by the string manager when needed. When allocated, the buffer is appended to the string data object. |
Требования
Header: atlsimpstr.h