PostMessage and SendMessage

Sends a message to a window or control (SendMessage additionally waits for acknowledgement). All fields accept variables.

PostMessage and SendMessage (Ctrl+F12)

Parameters

Message Number
The message number to send.
wParam
The first component of the message.
lParam
The second component of the message.

PostMessage / SendMessage, Message List, Microsoft Docs