CString::GetBufferSetLength

This method retrieves a pointer to the internal character buffer for the CString object, truncating or growing its length if necessary to exactly match the length specified in nNewLength. The returned LPTSTR pointer is not const and thus allows direct modification of CString contents.

At a Glance

Header file: Afx.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

LPTSTR GetBufferSetLength( int nNewLength ); throw( CMemoryException );

See Also

CString::GetBuffer, CString::ReleaseBuffer