[Pcsclite-git-commit] [PCSC] 02/02: Doxygen: Improve documentation about SCardCancel()
Ludovic Rousseau
rousseau at moszumanska.debian.org
Wed Mar 29 08:13:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
rousseau pushed a commit to branch master
in repository PCSC.
commit a58854e085be7054213a128bdc227916bd84ccc6
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Wed Mar 29 10:11:10 2017 +0200
Doxygen: Improve documentation about SCardCancel()
SCardCancel() cancels only one specific SCardGetStatusChange() call, not
*all* the currently running SCardGetStatusChange() calls.
---
src/winscard_clnt.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/winscard_clnt.c b/src/winscard_clnt.c
index c7253b5..ef8ebcd 100644
--- a/src/winscard_clnt.c
+++ b/src/winscard_clnt.c
@@ -3065,8 +3065,9 @@ end:
}
/**
- * Cancels all pending blocking requests on the \ref SCardGetStatusChange()
- * function. MUST be called with the same \ref SCARDCONTEXT as \ref SCardGetStatusChange().
+ * Cancels a specific blocking \ref SCardGetStatusChange() function.
+ * MUST be called with the same \ref SCARDCONTEXT as \ref
+ * SCardGetStatusChange().
*
* @ingroup API
* @param[in] hContext Connection context to the PC/SC Resource Manager.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git
More information about the Pcsclite-cvs-commit
mailing list