#include <RmUtilProcessMessage.h>
Public Attributes | |
| HWND | hWnd |
| The original source HWND. | |
| UINT | nMsg |
| The original source Message. | |
| LPARAM | lParam |
| The original source message LPARAM. | |
| WPARAM | wParam |
| The original source message WPARAM. | |
| void * | pUserData |
| User supplied data. | |
| bool | bRetProcessed |
|
|
Recipient sets this to true if no further processing processing is to take place, false otherwise. If it is left as false, the original source message handler will be called. |
1.3.6