he PyCObject method returns a PyCObject pointer to the COM IDispatch
interface behind the represented Dispatch object. The IDispatch pointer is not
AddRef-ed.
See the Python documentation for more information on PyCObject. See the book
"Developer's Workshop to COM and ATL 3.0" by Andrew Troelsen for more
information on IDispatch interface.
|