Re: [python-win32] kernal32.DeviceIoControl Operation Aborted

2008-12-18 Thread Tim Roberts
Red Rackham wrote: > Hi. I'm a bit of a novice with ctypes and this is my first post here > so please forgive any detected newbiness. After trying and searching > I hereby give up and appeal to the pros out there who may be more > intimately familiar with DeviceIoControl usage. > > I'm trying

Re: [python-win32] Internet Explorer Session independent Creation

2008-12-18 Thread Romain Gilles
I have exactly the same idea. But I was not able to retrieve the IE instance. So I will try your solution. Thanks, Romain. 2008/12/18 Michel Claveau > Hi! > > A way is to launch separate instance, then connect to instances. > Example: > > > import os,time,win32com.client > > def finstance(u

Re: [python-win32] no array returned in output parameter

2008-12-18 Thread Enric Jaen
in my case the call getFilters() has no input params and 2 output params. Either if I use Empty or Missing the result is a null array. I put below the description that comes with the GetFilters() API, in case this gives you any idea about what is going on. Thanks, /Enric ps: GeFilters API: