CWindow::operator =

This operator assigns an HWND to the CWindow object by setting the m_hWnd member to hWnd.

Syntax

operator HWND( ) const;

At a Glance

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

See Also

CWindow Overview, CWindow Operators