win32api.PostMessage

PostMessage(hwnd, idMessage, wParam, lParam)

Post a message to a window.

Parameters

hwnd : PyHANDLE

The hWnd of the window to receive the message.

idMessage : int

The ID of the message to post.

wParam=None : int

The wParam for the message

lParam=None : int

The lParam for the message

Win32 API References

Search for PostMessage at msdn, google or google groups.