PostMessage(hwnd, message, wparam, lparam)
Parameters
hwnd : int
The handle to the Windowmessage : int
The ID of the message to postwparam=0 : int
An integer whose value depends on the message
lparam=0 : int
An integer whose value depends on the message