Expand Minimize
This topic has not yet been rated - Rate this topic

MESSAGE_RANGE_HANDLER

Similar to MESSAGE_HANDLER, but maps a range of Windows messages to a single handler function.

MESSAGE_RANGE_HANDLER( 
   msgFirst, 
   msgLast, 
   func  
)
msgFirst

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

msgLast

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

func

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

Header: atlwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.