PyCWnd
.PostMessage
PostMessage(
idMessage
, wParam
, lParam
)
Post a message to the window.
Parameters
idMessage
: int
The ID of the message to post.
wParam=0
: int
The wParam for the message
lParam=0
: int
The lParam for the message
MFC References
CWnd::PostMessage