[Pcsclite-cvs-commit] r5359 - /trunk/PCSC/src/winscard.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Oct 26 09:19:01 UTC 2010


Author: rousseau
Date: Tue Oct 26 09:18:51 2010
New Revision: 5359

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5359
Log:
Doxygen documentation is done on the client side (winscard_clnt.c) so
remove documentation of SCardEstablishContext()

Modified:
    trunk/PCSC/src/winscard.c

Modified: trunk/PCSC/src/winscard.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/winscard.c?rev=5359&op=diff
==============================================================================
--- trunk/PCSC/src/winscard.c (original)
+++ trunk/PCSC/src/winscard.c Tue Oct 26 09:18:51 2010
@@ -170,26 +170,6 @@
 /** used for backward compatibility */
 #define SCARD_PROTOCOL_ANY_OLD	 0x1000
 
-/**
- * @brief Creates an Application Context for a client.
- *
- * This must be the first function called in a PC/SC application.
- *
- * @param[in] dwScope Scope of the establishment.
- * This can either be a local or remote connection.
- * - SCARD_SCOPE_USER - Not used.
- * - SCARD_SCOPE_TERMINAL - Not used.
- * - SCARD_SCOPE_GLOBAL - Not used.
- * - SCARD_SCOPE_SYSTEM - Services on the local machine.
- * @param[in] pvReserved1 Reserved for future use. Can be used for remote connection.
- * @param[in] pvReserved2 Reserved for future use.
- * @param[out] phContext Returned Application Context.
- *
- * @return Connection status.
- * @retval SCARD_S_SUCCESS Successful (\ref SCARD_S_SUCCESS)
- * @retval SCARD_E_INVALID_VALUE Invalid scope type passed (\ref SCARD_E_INVALID_VALUE)
- * @retval SCARD_E_INVALID_PARAMETER phContext is null (\ref SCARD_E_INVALID_PARAMETER)
- */
 LONG SCardEstablishContext(DWORD dwScope, /*@unused@*/ LPCVOID pvReserved1,
 	/*@unused@*/ LPCVOID pvReserved2, LPSCARDCONTEXT phContext)
 {




More information about the Pcsclite-cvs-commit mailing list