[python-win32] Convert PyIDispatch object to struct IDispatch*

Huayang Xia huayang.xia at gmail.com
Fri Apr 11 15:41:10 CEST 2008


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 "PyIDispatch object" to "struct
IDispatch* "?
Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20080411/4df6345a/attachment.htm 


More information about the python-win32 mailing list