WinPostMsg Parameter - hwnd
hwnd
(
HWND
) - input
Window handle.
NULL
The message is posted into the queue associated with the current thread. When the message is received by using the
WinGetMsg
or
WinPeekMsg
functions, the parameter of the
QMSG
structure is NULL.
Other
Window handle.
[Back: WinPostMsg - Syntax]
[Next: WinPostMsg Parameter - ulMsgid]