[Pcsclite-cvs-commit] PCSC/doc pcsc-lite.tex,1.10,1.11

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/doc
In directory haydn:/tmp/cvs-serv21289

Modified Files:
	pcsc-lite.tex 
Log Message:
the function SCardSetTimeout() is deprecated and does nothing


Index: pcsc-lite.tex
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/doc/pcsc-lite.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pcsc-lite.tex	4 Jul 2004 09:24:34 -0000	1.10
+++ pcsc-lite.tex	28 Jul 2004 13:44:12 -0000	1.11
@@ -1285,27 +1285,16 @@
 
 \desc
 
-This function updates the working waiting time that RPC uses when
-waiting for a server function to return.  This needs to be updated when
-a card command is sent that might take more time than usual.
-
-This command is pcsc-lite specific and does not exist in Windows PC/SC.
-
-\example
-
-\begin{verbatim}
-SCARDCONTEXT hContext;
-LONG rv;
+This function is not in Microsoft{\textregistered} WinSCard API and is
+deprecated in pcsc-lite API.
 
-rv = SCardEstablishContext(SCARD_SCOPE_SYSTEM, NULL, NULL, &hContext);
-rv = SCardSetTimeout(hContext, 50);   /* 50 second timeout */
-\end{verbatim}
+The function does not do anything except returning
+\texttt{SCARD\_S\_SUCCESS}.
 
 \returns
 
 \begin{tabular}{ll}
 \texttt{SCARD\_S\_SUCCESS}			& Successful\\
-\texttt{SCARD\_E\_INVALID\_HANDLE}		& Invalid \texttt{hContext} handle\\
 \end{tabular}