Re: [python-win32] COM server and pointer to pointer parameter

2008-11-12 Thread ricercar
I'm afraid that with the exact same process (although the 'print' says 'print QI, iid' - using python 2.6 on vista) I see exactly: | Object with win32trace dispatcher created (object=None) | Object with win32trace dispatcher created (object=pippo_server.CPippo instance at 0x02AD8210) | QI

Re: [python-win32] COM server and pointer to pointer parameter

2008-11-12 Thread Mark Hammond
Thanks Mark for the test. I'm running the test on Windows XP and Windows 2k, both with python 2.5.2. The problem is that the QI with value to 0 is raised somewhere in the pythoncom code I'm pretty sure pythoncom never (explicitly) QI's for IID_NULL. It may QI for one of its private