how to create a CFuncType in python

Posted by manson54 on Stack Overflow See other posts from Stack Overflow or by manson54
Published on 2010-04-28T12:07:02Z Indexed on 2010/04/28 12:33 UTC
Read the original article Hit count: 186

Filed under:
|

hi,

I need to pass a callback function that is CFuncType (ctypes.CFUNCTYPE or ctypes.PYFUNCTYPE...).

How can I cast a python function to CFuncType or how can I create a CFuncType function in python.

© Stack Overflow or respective owner

Related posts about python

Related posts about ctypes