CWnd::WindowProc

This member function provides a Windows procedure (WindowProc) for a CWnd object. It dispatches messages through the window's message map.

Syntax

virtual LRESULT WindowProc( UINT message, WPARAM wParam, LPARAM lParam );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories