int = CallWindowProc(wndproc, hwnd
, msg
, wparam
, lparam
)
Parameters
wndproc : int
The wndproc to call - this is generally the return value of SetWindowLong(GWL_WNDPROC)hwnd : PyHANDLE
Handle to the windowmsg : int
A window messagewparam : int/str
Type is dependent on the messagelparam : int/str
Type is dependent on the message