Click or drag to resize
Xcalibur Systems LLC Logo

Msg Fields

The Msg type exposes the following members.

Fields
 NameDescription
Public fieldHandle A handle to the window whose window procedure receives the message. This member is NULL when the message is a thread message.
Public fieldlParam Additional information about the message. The exact meaning depends on the value of the message member.
Public fieldMessage The message identifier. Applications can only use the low word; the high word is reserved by the system.
Public fieldPoint The cursor position, in screen coordinates, when the message was posted.
Public fieldTime The time at which the message was posted.
Public fieldwParam Additional information about the message. The exact meaning depends on the value of the message member.
Top
See Also