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

Diff of /trunk/OpenPGPminidriver/CardAndContainerProperties.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 137  DWORD WINAPI CardGetContainerProperty( Line 137  DWORD WINAPI CardGetContainerProperty(
137                                  __leave;                                  __leave;
138                          }                          }
139                          *pdwDataLen = cbData;                          *pdwDataLen = cbData;
140                          if(bContainerIndex < MaxContainer)                          if(bContainerIndex >= MaxContainer)
141                          {                          {
142                                  dwReturn = SCARD_E_NO_KEY_CONTAINER;                                  dwReturn = SCARD_E_NO_KEY_CONTAINER;
143                                  Trace(WINEVENT_LEVEL_ERROR, L"SCARD_E_NO_KEY_CONTAINER %d", bContainerIndex);                                  Trace(WINEVENT_LEVEL_ERROR, L"SCARD_E_NO_KEY_CONTAINER %d", bContainerIndex);

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26