REFLECTED_COMMAND_RANGE_CODE_HANDLER

 

Similar to COMMAND_RANGE_CODE_HANDLER, but maps commands reflected from the parent window.

Syntax

      REFLECTED_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.

Requirements

Header: atlwin.h

See Also

Message Map Macros (ATL)
ATL Macros
REFLECT_NOTIFICATIONS