Implemented returning error information property to the caller. This is
authorPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 9 Dec 2002 02:47:16 +0000 (02:47 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 9 Dec 2002 02:47:16 +0000 (02:47 +0000)
commitc4a60febc8e890a1528b5765c847ba043a40bca9
treea1eeeb3d80dab8fa1273393476dd1acd364b03b4
parentb51c5e071f0df5d7b40917cd94232453a89c69ac
Implemented returning error information property to the caller. This is
done using the normal COM automation error objects and is converted back into
Tcl's errorCode and errorInfo lists by the caller. The COM Error.Source string
is made from [list $errorCode $errorInfo] in the callee.
WinSendCom.c
WinSendCom.h
winsend.c