int = SendMessage(hwnd, message
, wparam
, lparam
)
Sends a message to the window.
Parameters
hwnd : int
The handle to the Windowmessage : int
The ID of the message to postwparam=None : int/str
Type depends on the message
lparam=None : int/str
Type depends on the message