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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Jul 21 11:36:37 UTC 2009


Author: rousseau
Date: Tue Jul 21 11:36:36 2009
New Revision: 4333

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4333
Log:
SCardConnect(): document SCARD_SHARE_DIRECT access mode

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=4333&op=diff
==============================================================================
--- trunk/PCSC/src/winscard_clnt.c (original)
+++ trunk/PCSC/src/winscard_clnt.c Tue Jul 21 11:36:36 2009
@@ -695,7 +695,8 @@
  * - \ref SCARD_SHARE_DIRECT - Direct control of the reader, even without a
  *   card.  \ref SCARD_SHARE_DIRECT can be used before using SCardControl() to
  *   send control commands to the reader even if a card is not present in the
- *   reader.
+ *   reader. Contrary to Windows winscard behavior, the reader is accessed in
+ *   shared mode and not exclusive mode.
  * @param[in] dwPreferredProtocols Desired protocol use.
  * - \ref SCARD_PROTOCOL_T0 - Use the T=0 protocol.
  * - \ref SCARD_PROTOCOL_T1 - Use the T=1 protocol.




More information about the Pcsclite-cvs-commit mailing list