CSimpleStringT::ReleaseBufferSetLength
Visual Studio 2005
Releases control of the buffer allocated by GetBuffer.
void ReleaseBufferSetLength( int nNewLength );
Parameters
- nNewLength
-
The length of the string being released
This function is functionally similar to ReleaseBuffer except that a valid length for the string object must be passed.