[Pcsclite-cvs-commit] r4558 - /trunk/PCSC/src/winscard_clnt.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Nov 18 16:24:44 UTC 2009


Author: rousseau
Date: Wed Nov 18 16:24:43 2009
New Revision: 4558

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4558
Log:
Doxygen: update SCardControl() list of possible error codes

Modified:
    trunk/PCSC/src/winscard_clnt.c

Modified: trunk/PCSC/src/winscard_clnt.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard_clnt.c?rev=4558&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Wed Nov 18 16:24:43 2009
@@ -2245,8 +2245,7 @@
  * @retval SCARD_E_NOT_TRANSACTED Data exchange not successful (\ref SCARD_E_NOT_TRANSACTED)
  * @retval SCARD_E_READER_UNAVAILABLE The reader has been removed(\ref SCARD_E_READER_UNAVAILABLE)
  * @retval SCARD_F_COMM_ERROR An internal communications error has been detected (\ref SCARD_F_COMM_ERROR)
- * @retval SCARD_W_REMOVED_CARD The card has been removed from the reader(\ref SCARD_W_REMOVED_CARD)
- * @retval SCARD_W_RESET_CARD The card has been reset by another application (\ref SCARD_W_RESET_CARD)
+ * @retval SCARD_E_INVALID_PARAMETER \p pbSendBuffer is NULL or \p cbSendLength is null and the IFDHandler is version 2.0 (without dwControlCode) (\ref SCARD_E_INVALID_PARAMETER)
  *
  * @code
  * LONG rv;




More information about the Pcsclite-cvs-commit mailing list