Pythoncom : methods call with out parameters ??!!!

Steve Holden sholden at holdenweb.com
Wed Mar 12 18:34:16 EST 2003


"Hatem KNANI" <hatem.knani at sesa.ucl.ac.be> wrote in message
news:b4kg96$824$1 at ail.sri.ucl.ac.be...
> Hi,
> I want to use python and pythoncom to develop a COM client under win32
> platform
> I don't understand how to call methods that have [out] parameters
> how can I pass to that methods some variables as argument so I can get the
> results later
> some methods have Interface double Pointer (in C++) as out argument ....
>

As always, Google is your friend:

    http://www.faqts.com/knowledge_base/view.phtml/aid/3669/fid/245

regards
--
Steve Holden                                  http://www.holdenweb.com/
Python Web Programming                 http://pydish.holdenweb.com/pwp/
Register for PyCon now!            http://www.python.org/pycon/reg.html







More information about the Python-list mailing list