ph_sendmsg_s PowerHome formula function
Description
Sends a Windows message. The address in memory of the string parameter will be passed as the lparam value.
Syntax
ph_sendmsg_s ( handle, msgnum, wparam, string )
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.
|
string
|
A string whose address in memory will be sent as the lparam.
|
Return value
Long. Returns the result of the sendmsg. This formula will send a Windows message to the window pointed to by handle. The address of the string parameter in memory will be automatically calculated and this value will be passed as the lparam value. Please refer to the Microsoft Windows SDK for additional information concerning Windows messages.