MCPcopy Create free account
hub / github.com/mhammond/pywin32 / Python_callback

Function Python_callback

Pythonwin/win32uimodule.cpp:804–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802 return retVal;
803}
804int Python_callback(PyObject *method, WPARAM val)
805{
806 PyObject *meth = method;
807 PyObject *thearglst = Py_BuildValue("(N)",PyWinObject_FromPARAM(val));
808 return Python_do_int_callback(meth,thearglst);
809}
810int Python_callback(PyObject *method, LPARAM val)
811{
812 PyObject *meth = method;

Callers 3

Python_check_messageFunction · 0.85
check_key_strokeMethod · 0.85
Python_OnCmdMsgFunction · 0.85

Calls 3

PyWinObject_FromPARAMFunction · 0.85
Python_do_int_callbackFunction · 0.85
PyWinObject_FromMSGFunction · 0.85

Tested by

no test coverage detected