[python-win32] How to pass "out" parameter to win32com

2014-06-27 Thread wjh
Dears, I have a problem with passing out type parameter to win32com function. In C# envirement one of the COM’s function prototype is: int ActEasyIF.ReadDeviceBlock(string szDevice, int Isize, out int IpIdata); when calling the function ,it passes a first element of a int array to

[python-win32] How to pass "out" parameter to win32com

2014-06-27 Thread wjh
Dears, I have a problem with passing out type parameter to win32com function. In C# envirement one of the COM's function prototype is: int ActEasyIF.ReadDeviceBlock(string szDevice, int Isize, out int IpIdata); when calling the function ,it passes a first element of a int array to t