Yanping Zhang wrote:
> Hello everyone,
>
> I am pretty new in python. Please give me any idea about
> this issue:
>
> There is a function like this in my c dll:
>
> typedef void (WINAPI *myCallBack) (unsigned int myarg1, unsigned int myarg2)
>
> bool myfunc(myCallBack mycall)
>
>
> In my python co
Hello everyone,
I am pretty new in python. Please give me any idea about
this issue:
There is a function like this in my c dll:
typedef void (WINAPI *myCallBack) (unsigned int myarg1, unsigned int myarg2)
bool myfunc(myCallBack mycall)
In my python code, I was able to access other functions