MESSAGE_HANDLER

This macro defines an entry in a message map. MESSAGE_HANDLER maps a Windows message to the specified handler function.

At a Glance

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

Syntax

MESSAGE_HANDLER( msg, func )

See Also

ATL Macros and Global Functions, MESSAGE_RANGE_HANDLER