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

◆ hwnd() [1/2]

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

Gets the window handle of the message.

Returns
The window handle of the message.
Remarks
Window handle is a value that uniquely identifies a window on the system. This property returns a handle of the window whose window procedure receives this message. It is useful when your code need to interact with some native Windows API functions that expect window handles as parameters.
Examples
application_add_message_filter.cpp.