> 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

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to