CWindowImpl::WindowProc

This method implements the window procedure. WindowProc uses the default message map to direct messages to the appropriate handlers.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

static LRESULT CALLBACK WindowProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );