CDialogImpl::DialogProc

This method processes the messages sent to the dialog box.

Syntax

static BOOL CALLBACK DialogProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );

At a Glance

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

See Also

CDialogImpl Overview, CDialogImpl Methods