I am trying to use ctypes to call dll functions. One of the functions
requires argument "struct IDispatch* ". I do have a PyIDispatch object
in python. How can I convert this "PyIDispatc h object" to "struct
IDispatch* "?
Thanks in advance.
requires argument "struct IDispatch* ". I do have a PyIDispatch object
in python. How can I convert this "PyIDispatc h object" to "struct
IDispatch* "?
Thanks in advance.
Comment