SENDMESSAGE
SENDMESSAGE(hWnd AS INTEGER, message AS INTEGER[, wParam AS INTEGER[, lParam AS INTEGER]]) AS INTEGER
Sends the message <message> with the parameters <wParam> and <lParam> to the window <hWnd> then waits for the report of message treatment.