Re: [python-win32] How to pass "out" parameter to win32com
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
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
