Share via


NOTIFY_RANGE_HANDLER

NOTIFY_RANGE_HANDLER( idFirst**,** idLast**,** func )

Parameters

idFirst

[in] Marks the beginning of a contiguous range of WM_NOTIFY messages.

idLast

[in] Marks the end of a contiguous range of WM_NOTIFY messages.

func

[in] The name of the message-handler function.

Remarks

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

ATL Macros and Global Functions

See Also

NOTIFY_ID_HANDLER, NOTIFY_CODE_HANDLER, COMMAND_RANGE_HANDLER, MESSAGE_RANGE_HANDLER