标签: python windows ctypes
如何使用python ctypes实现数据回调
在C中,数据回调就像这样
typedef int (*DATA_CALLBACK)(CMsg *pMsg, int *NumMsg)
如何在python中实现此回调
CMsg是此线程中描述的结构
python ctype intialising a structure