CWindow::operator =

Assigns an HWND to the CWindow object by setting the m_hWnd member to hWnd.

CWindow& operator =(
   HWND hWnd 
) throw();

Requirements

Header: atlwin.h

See Also

Concepts

CWindow Class

CWindow Members