/[openpgpmdrv]/trunk/OpenPGPminidriver/SmartCard.c
ViewVC logotype

Diff of /trunk/OpenPGPminidriver/SmartCard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by vletoux, Tue Feb 23 19:18:59 2010 UTC revision 3 by vletoux, Thu Feb 25 22:09:17 2010 UTC
# Line 178  DWORD SCardGetData(__in PCARD_DATA  pCar Line 178  DWORD SCardGetData(__in PCARD_DATA  pCar
178                                  dwReturn = SCARD_E_FILE_NOT_FOUND;                                  dwReturn = SCARD_E_FILE_NOT_FOUND;
179                                  __leave;                                  __leave;
180                          }                          }
                         else if ( (SW1 == 0x69) && (SW2 == 0x85) )  
                         {  
                                 Trace(WINEVENT_LEVEL_ERROR, L"SCARD_W_SECURITY_VIOLATION");  
                                 dwReturn = SCARD_W_SECURITY_VIOLATION;  
                                 __leave;  
                         }  
181                          else                          else
182                          {                          {
183                                  TraceDump(WINEVENT_LEVEL_ERROR, pbCmd,dwCmdSize);                                  TraceDump(WINEVENT_LEVEL_ERROR, pbCmd,dwCmdSize);

Legend:
Removed from v.2  
changed lines
  Added in v.3

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26