NOTIFY_RANGE_HANDLER

This macro is similar to NOTIFY_HANDLER, but maps a range of WM_NOTIFY messages to a single handler function. This range is based on the identifier of the control sending the message.

At a Glance

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

Syntax

NOTIFY_RANGE_HANDLER( idFirst, idLast, func )

See Also

ATL Macros and Global Functions, NOTIFY_ID_HANDLER, NOTIFY_CODE_HANDLER, COMMAND_RANGE_HANDLER, MESSAGE_RANGE_HANDLER