Поделиться через


CStrBufT::SetLength

Sets the length of the character buffer.

void SetLength(
   int nLength
);

Параметры

  • nLength
    The new length of the character buffer of the string object.

    ПримечаниеПримечание.

    Must be less than or equal to the minimum buffer length specified in the constructor of CStrBufT.

Заметки

Call this function to set the length of the string represented by the buffer object.

Требования

Header: atlsimpstr.h

См. также

Основные понятия

CStrBufT Class

CStrBufT Members