This method implements the window procedure. WindowProc uses the default message map to direct messages to the appropriate handlers.
static LRESULT CALLBACK WindowProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
Header file: | Atlwin.h |
Platforms: | |
Versions: | Version 2.0 and later |
Complete documentation: | Visual C++ documentation |
CWindowImpl Overview, CWindowImpl Methods