This topic has not yet been rated - Rate this topic

CString::UnlockBuffer

Visual Studio 6.0

CString::UnlockBuffer

void UnlockBuffer( );

Remarks

Call this member function to unlock the buffer that was previously secured by calling LockBuffer. UnlockBuffer resets the reference count to 1.

The CString destructor implies UnlockBuffer to ensure that you do not leave the buffer locked when the destructor is called.

CString OverviewClass MembersHierarchy Chart

See Also   CString::LockBuffer, CString::GetBuffer, CString::ReleaseBuffer

Did you find this helpful?
(1500 characters remaining)