This method retrieves a pointer to the internal character buffer for the CString object. The returned LPTSTR is not const and thus allows direct modification of CString contents.
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 |
LPTSTR GetBuffer( int nMinBufLength ); throw( CMemoryException );
CString::GetBufferSetLength, CString::ReleaseBuffer