Skip to content

Commit adab5f9

Browse files
Doxygen: document how the SCardListReaders() reader list is formatted
Thanks to Olivier LORENTE [ST] for the bug report "Multi-string with list of readers #233" Closes: #233
1 parent 0c7c2c4 commit adab5f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/winscard_clnt.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2850,6 +2850,10 @@ LONG SCardTransmit(SCARDHANDLE hCard, const SCARD_IO_REQUEST *pioSendPci,
28502850
* Encoding:
28512851
* The reader names and group names are encoded using UTF-8.
28522852
*
2853+
* The reader names is a multi-string and separated by a null character
2854+
* ('\0') and ended by a double null character like
2855+
* "Reader foo 00 00\0Reader bar 01 00\0\0".
2856+
*
28532857
* @ingroup API
28542858
* @param[in] hContext Connection context to the PC/SC Resource Manager.
28552859
* @param[in] mszGroups List of groups to list readers (not used).

0 commit comments

Comments
 (0)