Re: [python-win32] problem with reference parameter to COM function(makepy)

2006-06-06 Thread Coleman, Michael
> That is true in most cases - but its not obvious from the > makepy generated file - did you actually call the function? Yes. It seems the function requires one (Python) argument to be present, even though conceptually this value is not used. The function always returns the value of this argum

Re: [python-win32] problem with reference parameter to COM function(makepy)

2006-06-05 Thread Mark Hammond
> I'm trying to use win32com to drive a COM object. I ran makepy to > create the interface and am (apparently) able to run some of the > object's functions. I'm having problem, though, with functions that > have reference parameters (e.g., pointer to bool). > > I saw in some documentation (on

[python-win32] problem with reference parameter to COM function (makepy)

2006-06-05 Thread Coleman, Michael
Hi, I'm trying to use win32com to drive a COM object. I ran makepy to create the interface and am (apparently) able to run some of the object's functions. I'm having problem, though, with functions that have reference parameters (e.g., pointer to bool). I saw in some documentation (on oreilly