This topic has not yet been rated - Rate this topic

CSimpleStringT::ReleaseBufferSetLength 

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.