[python-win32] VT_UI1 ByRef behavior

Kevin Patterson patter001 at gmail.com
Sat Apr 28 20:32:46 CEST 2007


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20070428/0701376e/attachment.html 


More information about the Python-win32 mailing list