Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Similar to COMMAND_RANGE_HANDLER, but maps WM_COMMAND messages with a specific notification code from a range of controls to a single handler function.
COMMAND_RANGE_CODE_HANDLER( idFirst, idLast, code, func )
Parameters
idFirst
[in] Marks the beginning of a contiguous range of control identifiers.idLast
[in] Marks the end of a contiguous range of control identifiers.code
[in] The notification code.func
[in] The name of the message-handler function.
Remarks
This range is based on the identifier of the menu item, control, or accelerator sending the message.
Requirements
Header: atlwin.h