Поделиться через


NOTIFY_RANGE_HANDLER

Similar to NOTIFY_HANDLER, but maps WM_NOTIFY messages from a range of controls to a single handler function.

NOTIFY_RANGE_HANDLER( 
      idFirst, 
      idLast, 
      func  
)

Параметры

  • idFirst
    [in] Marks the beginning of a contiguous range of control identifiers.

  • idLast
    [in] Marks the end of a contiguous range of control identifiers.

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

Заметки

This range is based on the identifier of the control sending the message.

Требования

Header: atlwin.h

См. также

Основные понятия

Message Map Macros (ATL)

ATL Macros

NOTIFY_ID_HANDLER

NOTIFY_CODE_HANDLER

REFLECTED_NOTIFY_CODE_HANDLER

COMMAND_RANGE_CODE_HANDLER

MESSAGE_RANGE_HANDLER