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

2014-07-01 Thread Tim Roberts
jh_wang2004 wrote: > -- > > Hi Tim: > Thanks a lot for you reply. According to the COM document , the > function declaration in > C++ is >lRet = object.ReadDeviceBlock(szDevice、lSize、*lplData

Re: [python-win32] python-win32 Digest, Vol 135, Issue 13

2014-07-01 Thread jh_wang2004
Hi Tim:     Thanks a lot for you reply. According to the COM document , the function declaration in C++ is    lRet = object.ReadDeviceBlock(szDevice、lSize、*lplData)        Long lRet  (return value, 0 is read success, otherwise is read failed)   Output        CString szDevice (Device register na