June 2001
Intermediate to advanced
706 pages
24h 10m
English
Message (.NET Structure)
Defines a Windows message:
Public Structure Message
Create
Creates a new Message structure.
hwnd
The handle to which this message is sent.
msg
The identifier for this message.
lParam
Definition depends on message.
wParam
Definition depends on message.
result
Return value for this message.
Equals
Determines if this Message structure is equal to another object.
GetHashCode
Returns a hash code value for the instance of this structure.
GetLParam
Casts the lParam field to an Object type.
GetType
Returns this structure’s type.
ToString
Returns the name of this structure.
Finalize
The destructor for this class.
MemberwiseClone
Returns a shallow copy of this structure’s instance.
Read now
Unlock full access