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