[Pcsclite-cvs-commit] r2228 - trunk/PCSC/src/PCSC

Ludovic Rousseau rousseau at alioth.debian.org
Tue Nov 21 11:44:04 CET 2006


Author: rousseau
Date: 2006-11-21 11:44:04 +0100 (Tue, 21 Nov 2006)
New Revision: 2228

Modified:
   trunk/PCSC/src/PCSC/pcsclite.h.in
Log:
reorder SCARD_E_* codes in increasing order


Modified: trunk/PCSC/src/PCSC/pcsclite.h.in
===================================================================
--- trunk/PCSC/src/PCSC/pcsclite.h.in	2006-11-21 10:18:17 UTC (rev 2227)
+++ trunk/PCSC/src/PCSC/pcsclite.h.in	2006-11-21 10:44:04 UTC (rev 2228)
@@ -66,27 +66,27 @@
 #define SCARD_PCI_RAW	(&g_rgSCardRawPci)
 
 #define SCARD_S_SUCCESS			0x00000000
+#define SCARD_F_INTERNAL_ERROR		0x80100001 /**< An internal consistency check failed. */
 #define SCARD_E_CANCELLED		0x80100002 /**< The action was cancelled by an SCardCancel request. */
-#define SCARD_E_CANT_DISPOSE		0x8010000E /**< The system could not dispose of the media in the requested manner. */
-#define SCARD_E_INSUFFICIENT_BUFFER	0x80100008 /**< The data buffer to receive returned data is too small for the returned data. */
-#define SCARD_E_INVALID_ATR		0x80100015 /**< An ATR obtained from the registry is not a valid ATR string. */
 #define SCARD_E_INVALID_HANDLE		0x80100003 /**< The supplied handle was invalid. */
 #define SCARD_E_INVALID_PARAMETER	0x80100004 /**< One or more of the supplied parameters could not be properly interpreted. */
 #define SCARD_E_INVALID_TARGET		0x80100005 /**< Registry startup information is missing or invalid. */
-#define SCARD_E_INVALID_VALUE		0x80100011 /**< One or more of the supplied parameters values could not be properly interpreted. */
 #define SCARD_E_NO_MEMORY		0x80100006 /**< Not enough memory available to complete this command. */
-#define SCARD_F_COMM_ERROR		0x80100013 /**< An internal communications error has been detected. */
-#define SCARD_F_INTERNAL_ERROR		0x80100001 /**< An internal consistency check failed. */
-#define SCARD_F_UNKNOWN_ERROR		0x80100014 /**< An internal error has been detected, but the source is unknown. */
 #define SCARD_F_WAITED_TOO_LONG		0x80100007 /**< An internal consistency timer has expired. */
+#define SCARD_E_INSUFFICIENT_BUFFER	0x80100008 /**< The data buffer to receive returned data is too small for the returned data. */
 #define SCARD_E_UNKNOWN_READER		0x80100009 /**< The specified reader name is not recognized. */
 #define SCARD_E_TIMEOUT			0x8010000A /**< The user-specified timeout value has expired. */
 #define SCARD_E_SHARING_VIOLATION	0x8010000B /**< The smart card cannot be accessed because of other connections outstanding. */
 #define SCARD_E_NO_SMARTCARD		0x8010000C /**< The operation requires a Smart Card, but no Smart Card is currently in the device. */
 #define SCARD_E_UNKNOWN_CARD		0x8010000D /**< The specified smart card name is not recognized. */
+#define SCARD_E_CANT_DISPOSE		0x8010000E /**< The system could not dispose of the media in the requested manner. */
 #define SCARD_E_PROTO_MISMATCH		0x8010000F /**< The requested protocols are incompatible with the protocol currently in use with the smart card. */
 #define SCARD_E_NOT_READY		0x80100010 /**< The reader or smart card is not ready to accept commands. */
+#define SCARD_E_INVALID_VALUE		0x80100011 /**< One or more of the supplied parameters values could not be properly interpreted. */
 #define SCARD_E_SYSTEM_CANCELLED	0x80100012 /**< The action was cancelled by the system, presumably to log off or shut down. */
+#define SCARD_F_COMM_ERROR		0x80100013 /**< An internal communications error has been detected. */
+#define SCARD_F_UNKNOWN_ERROR		0x80100014 /**< An internal error has been detected, but the source is unknown. */
+#define SCARD_E_INVALID_ATR		0x80100015 /**< An ATR obtained from the registry is not a valid ATR string. */
 #define SCARD_E_NOT_TRANSACTED		0x80100016 /**< An attempt was made to end a non-existent transaction. */
 #define SCARD_E_READER_UNAVAILABLE	0x80100017 /**< The specified reader is not currently available for use. */
 




More information about the Pcsclite-cvs-commit mailing list