I was curious is there a way to prevent an array of VT_UI1's from being
converted to a buffer? Or perhaps a way to modify the file generated from
"makepy" to prevent the conversion?

I am working with a COM module that uses the VT_UI1 and ByRef for a LOT of
its input/output, but it's a bit of a pain to code an extra layer that does
the conversion from an array to a buffer for every function.

Any ideas?

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

Reply via email to