Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Similar to MESSAGE_HANDLER, but maps a range of Windows messages to a single handler function.
MESSAGE_RANGE_HANDLER(
msgFirst,
msgLast,
func
)
Parameters
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.
Requirements
Header: atlwin.h