Msg Structure | |
The Msg type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType) | |
| GetHashCode | (Inherited from ValueType) | |
| GetType | (Inherited from Object) | |
| ToString | (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| Handle | A handle to the window whose window procedure receives the message. This member is NULL when the message is a thread message. | |
| lParam | Additional information about the message. The exact meaning depends on the value of the message member. | |
| Message | The message identifier. Applications can only use the low word; the high word is reserved by the system. | |
| Point | The cursor position, in screen coordinates, when the message was posted. | |
| Time | The time at which the message was posted. | |
| wParam | Additional information about the message. The exact meaning depends on the value of the message member. |