Skip to content

Commit

Permalink
Doxygen: fix SCardBeginTransaction() documentation
Browse files Browse the repository at this point in the history
The function will block until it can continue.

Thanks to Maksim Ivanov for the bug report
"[Pcsclite-muscle] SCardBeginTransaction behavior under sharing
violation"
https://lists.infradead.org/pipermail/pcsclite-muscle/2023-October/001398.html
  • Loading branch information
LudovicRousseau committed Oct 16, 2023
1 parent 65d5c3f commit 14fae20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/winscard_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,8 +1114,8 @@ LONG SCardDisconnect(SCARDHANDLE hCard, DWORD dwDisposition)
* You might want to use this when you are selecting a few files and then
* writing a large file so you can make sure that another application will
* not change the current file. If another application has a lock on this
* reader or this application is in \ref SCARD_SHARE_EXCLUSIVE there will be no
* action taken.
* reader or this application is in \ref SCARD_SHARE_EXCLUSIVE the
* function will block until it can continue.
*
* @ingroup API
* @param[in] hCard Connection made from SCardConnect().
Expand Down

0 comments on commit 14fae20

Please sign in to comment.