Click or drag to resize
Xcalibur Systems LLC Logo

Msg Structure

Contains message information from a thread's message queue.

MSG structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Xcalibur.NativeMethods.V2.EventsMsg

Namespace: Xcalibur.NativeMethods.V2.Events
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public struct Msg

The Msg type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from ValueType)
Public methodGetHashCode
(Inherited from ValueType)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from ValueType)
Top
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