CWindow::CWindow

This is the constructor. It initializes the m_hWnd member to hWnd, which by default is NULL

Syntax

CWindow( HWND hWnd = NULL );

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CWindow Overview, CWindow Methods