Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These macros define message maps and entries.
Marks the beginning of an alternate message map. |
|
Marks the beginning of the default message map. |
|
Chains to an alternate message map in the base class. |
|
Chains to an alternate message map in a data member of the class. |
|
Chains to the default message map in the base class. |
|
Chains to the message map in another class at run time. |
|
Chains to the default message map in a data member of the class. |
|
Maps a WM_COMMAND message to a handler function, based on the notification code. |
|
Maps a WM_COMMAND message to a handler function, based on the notification code and the identifier of the menu item, control, or accelerator. |
|
Maps a WM_COMMAND message to a handler function, based on the identifier of the menu item, control, or accelerator. |
|
Maps a WM_COMMAND message to a handler function, based on the notification code and a contiguous range of control identifiers. |
|
Maps a WM_COMMAND message to a handler function, based on a contiguous range of control identifiers. |
|
Implements an empty message map. |
|
Provides a default handler for reflected messages that are not handled otherwise. |
|
Marks the end of a message map. |
|
Forwards notification messages to the parent window. |
|
Maps a Windows message to a handler function. |
|
Maps a contiguous range of Windows messages to a handler function. |
|
Maps a WM_NOTIFY message to a handler function, based on the notification code. |
|
Maps a WM_NOTIFY message to a handler function, based on the notification code and the control identifier. |
|
Maps a WM_NOTIFY message to a handler function, based on the control identifier. |
|
Maps a WM_NOTIFY message to a handler function, based on the notification code and a contiguous range of control identifiers. |
|
Maps a WM_NOTIFY message to a handler function, based on a contiguous range of control identifiers. |
|
Reflects notification messages back to the window that sent them. |
|
Maps a reflected WM_COMMAND message to a handler function, based on the notification code. |
|
Maps a reflected WM_COMMAND message to a handler function, based on the notification code and the identifier of the menu item, control, or accelerator. |
|
Maps a reflected WM_COMMAND message to a handler function, based on the identifier of the menu item, control, or accelerator. |
|
Maps a reflected WM_COMMAND message to a handler function, based on the notification code and a contiguous range of control identifiers. |
|
Maps a reflected WM_COMMAND message to a handler function, based on a contiguous range of control identifiers. |
|
Maps a reflected WM_NOTIFY message to a handler function, based on the notification code. |
|
Maps a reflected WM_NOTIFY message to a handler function, based on the notification code and the control identifier. |
|
Maps a reflected WM_NOTIFY message to a handler function, based on the control identifier. |
|
Maps a reflected WM_NOTIFY message to a handler function, based on the notification code and a contiguous range of control identifiers. |
|
Maps a reflected WM_NOTIFY message to a handler function, based on a contiguous range of control identifiers. |