Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CWnd::Attach
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL Attach( HWND hWndNew );
 
  Parameter   Description
 
  <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
 
 
                                     -♦-