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


CSimpleStringT::UnlockBuffer

Unlocks the buffer of the CSimpleStringT object.

void UnlockBuffer( ) throw( );

Заметки

Call this method to reset the reference count of the string to 1.

The CSimpleStringT destructor automatically calls UnlockBuffer to ensure that the buffer is not locked when the destructor is called. For an example of this method, see LockBuffer.

Требования

Header: atlsimpstr.h

См. также

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

CSimpleStringT Class

CSimpleStringT Members

CSimpleStringT::LockBuffer

CSimpleStringT::GetBuffer

CSimpleStringT::ReleaseBuffer