> 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
[email protected]
http://mail.python.org/mailman/listinfo/python-win32
