<font class="fixed_width" face="Courier, Monospaced">I am trying to use ctypes to call dll functions. One of the functions <br> requires argument &quot;struct IDispatch* &quot;. I do have a PyIDispatch object <br> in python. How can I convert this &quot;PyIDispatch object&quot; to &quot;struct <br>
 IDispatch* &quot;? <br> </font><font class="fixed_width" face="Courier, Monospaced">Thanks in advance. </font>