CEdit::SetHandle

Call this member function to set the handle to the local memory that will be used by a multiple-line edit control. The edit control will then use this buffer to store the currently displayed text instead of allocating its own buffer.

Syntax

void SetHandle( HLOCAL hBuffer );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CEdit Overview, CEdit Member Functions, Control Classes, CEdit::CanUndo, CEdit::GetHandle, CEdit::GetModify