Contents
|
PyCWnd
.SendMessage
SendMessage(
idMessage
, wParam
, lParam
)
Send a message to the window.
Parameters
idMessage
: int
The ID of the message to send.
wParam=0
: int
The wParam for the message
lParam=0
: int
The lParam for the message
Alternative Parameters
idMessage
The ID of the message to send.
ob
A buffer whose size is passed in wParam, and address is passed in lParam
MFC References
CWnd::SendMessage