I won't lie that made my brain hurt for a bit but I think I understand
what happened there. Thanks for explaining

On Thu, Sep 3, 2009 at 8:04 PM, Tim Roberts <t...@probo.com> wrote:
>
> 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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to