ph_sendmsg PowerHome formula function
Description
Sends a Windows message.
Syntax
ph_sendmsg ( 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 the result of the sendmsg. 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. This formula will wait for the return value of the sendmsg.