Steve Bonam wrote: > That's simple and intersting, I mistakenly thought it was being passed > as a C structure with the python class as wrapper for it. Thank you.
Ctypes really tries to map C conventions pretty closely. Because it is possible to pass a C structure by value (that is, directly on the stack, not through a pointer), ctypes also supports it. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32