ph_postmsg PowerHome formula function
Description
Posts a Windows message.
Syntax
ph_postmsg ( handle, msgnum, wparam, lparam )
Argument |
Description |
handle
|
The handle to which you want to send the message.
|
msgnum
|
The message number you wish to send.
|
wparam
|
The wparam you want sent with the message.
|
lparam
|
The lparam you want sent with the message.
|
Return value
Long. Returns a 0. This formula will send a Windows message to the window pointed to by handle. Please refer to the Microsoft Windows SDK for additional information concerning Windows messages.