[python-win32] Python, Com and SafeArrays

2005-08-10 Thread pylist
Hello List, I've encountered a problem when trying to use Com in some instances. There is a method on a Com object called getData() which takes in 4 paramaters ... all pointers ... and fills them with data. I'm currently using pointer() in ctypes on the four args as they go in (like

Re: [python-win32] Python, Com and SafeArrays

2005-08-10 Thread Mark Hammond
I've encountered a problem when trying to use Com in some instances. There is a method on a Com object called getData() which takes in 4 paramaters ... all pointers ... and fills them with data. I'm currently using pointer() in ctypes on the four args as they go in (like