xtd 0.2.0
Loading...
Searching...
No Matches

◆ wparam() [1/2]

intptr xtd::forms::message::wparam ( ) const
noexcept

Gets the wparam field of the message.

Returns
The wparam field of the message.
Remarks
The value of this field depends on the message. Use the wparam field to get information that is important to handling the message. This field is typically used to store small pieces of information, such as flags.
Examples
form_and_messages.cpp.