Re: [python-win32] win32com support for pointer in-parameters

2013-05-28 Thread Mark Hammond
Yeah, pywin32 will see a byref ui1 and pass the address of an integer filled with the value of the integer objects. However, I'm not really sure what you are expecting this to do - passing the address of a Python integer object clearly isn't correct - or to put it another way - what exact are

[python-win32] win32com support for pointer in-parameters

2013-05-28 Thread Jeremy Kloth
I have been struggling with getting pointer parameters to work with the COM interface for VirtualBox. In particular, the IFramebuffer interface. I cannot seem to get the following to give the expected results: interface IFramebuffer : IDispatch { // snipped to just the interesting definition