Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The constructor.
CWindow(
HWND hWnd = NULL
) throw();
Parameters
- hWnd
[in] The handle to a window.
Remarks
Initializes the m_hWnd member to hWnd, which by default is NULL.
Note
CWindow::CWindow does not create a window. Classes CWindowImpl, CContainedWindow, and CDialogImpl (all of which derive from CWindow) provide a method to create a window or dialog box, which is then assigned to CWindow::m_hWnd. You can also use the CreateWindow Win32 function.
Requirements
Header: atlwin.h