[Pcsclite-cvs-commit] r4316 - /trunk/PCSC/src/PCSC/pcsclite.h.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Jul 16 14:47:12 UTC 2009


Author: rousseau
Date: Thu Jul 16 14:47:03 2009
New Revision: 4316

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4316
Log:
#define SCARD_P_SHUTDOWN

Modified:
    trunk/PCSC/src/PCSC/pcsclite.h.in

Modified: trunk/PCSC/src/PCSC/pcsclite.h.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/PCSC/pcsclite.h.in?rev=4316&op=diff
==============================================================================
--- trunk/PCSC/src/PCSC/pcsclite.h.in (original)
+++ trunk/PCSC/src/PCSC/pcsclite.h.in Thu Jul 16 14:47:03 2009
@@ -91,7 +91,7 @@
 #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. */
-
+#define SCARD_P_SHUTDOWN		0x80100018 /**< The operation has been aborted to allow the server application to exit. */
 #define SCARD_E_PCI_TOO_SMALL		0x80100019 /**< The PCI Receive buffer was too small. */
 #define SCARD_E_READER_UNSUPPORTED	0x8010001A /**< The reader driver does not meet minimal requirements for support. */
 #define SCARD_E_DUPLICATE_READER	0x8010001B /**< The reader driver did not produce a unique reader name. */




More information about the Pcsclite-cvs-commit mailing list