Show
Ignore:
Timestamp:
04/20/08 21:23:26 (9 months ago)
Author:
alonbl
Message:

Handle SCARD_E_INVALID_HANDLE at pcsc_lock

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/alonbl/pnp/src/libopensc/internal-winscard.h

    r3460 r3483  
    5252 
    5353#define SCARD_S_SUCCESS                 0x00000000 /**< No error was encountered. */ 
     54#define SCARD_E_INVALID_HANDLE          0x80100003 /**< The supplied handle was invalid. */ 
    5455#define SCARD_E_TIMEOUT                 0x8010000A /**< The user-specified timeout value has expired. */ 
    5556#define SCARD_E_SHARING_VIOLATION       0x8010000B /**< The smart card cannot be accessed because of other connections outstanding. */