如何使用python ctype添加数据回调

时间:2014-01-03 10:35:26

标签: python windows ctypes

如何使用python ctypes实现数据回调

在C中,数据回调就像这样

typedef int (*DATA_CALLBACK)(CMsg *pMsg, int *NumMsg)

如何在python中实现此回调

CMsg是此线程中描述的结构

python ctype intialising a structure

0 个答案:

没有答案