Changeset 3483 for branches/alonbl/pnp/src/libopensc/internal-winscard.h
- Timestamp:
- 04/20/08 21:23:26 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/alonbl/pnp/src/libopensc/internal-winscard.h
r3460 r3483 52 52 53 53 #define SCARD_S_SUCCESS 0x00000000 /**< No error was encountered. */ 54 #define SCARD_E_INVALID_HANDLE 0x80100003 /**< The supplied handle was invalid. */ 54 55 #define SCARD_E_TIMEOUT 0x8010000A /**< The user-specified timeout value has expired. */ 55 56 #define SCARD_E_SHARING_VIOLATION 0x8010000B /**< The smart card cannot be accessed because of other connections outstanding. */
