Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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  
)
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.func
[in] The name of the message-handler function.
Remarks
This range is based on the identifier of the control sending the message.
Requirements
Header: atlwin.h