Syntax
BOOL Attach( HWND hWndNew );
Parameters
hWndNew
Specifies a handle to a Windows window.
Remarks
Attaches a Windows window to a CWnd object.
Return Value
TRUE if the operation was successful; otherwise FALSE.
See Also
CWnd::Detach, CWnd::~CWnd, CWnd::m_hWnd