[python-win32] Max parameters in method of IConnectionPoint interface?

Brad Johnson Brad.Johnson at ballardtech.com
Thu Mar 27 23:06:10 CET 2008


Mark Hammond <mhammond <at> skippinet.com.au> writes:
> Pass it as a variant holding the actual type instead of adding a kind of
> "indirection".
> 
> Cheers,
> 
> Mark
> 

Thanks.

That's exactly what I ended up doing. I guess I was just a little too green to
do it right the first time. I didn't know how to pass a SAFEARRAY correctly, so
I thought I'd hide the problem and put it in a VARIANT :-)

Strangely, this actually worked for my C++ clients.





More information about the python-win32 mailing list