[python-win32] return pramater in com object function

Mark Hammond mhammond at skippinet.com.au
Fri Jun 3 00:44:42 CEST 2005


> One of the functions in the com object I need to use has a 
> pointer in one of it's functions
> (object.function(string input, struct * output))

In that case you should be writing:

  ret = object.function("input")

And ret should be the record structure.

Mark



More information about the Python-win32 mailing list