/[openpgpmdrv]/trunk/OpenPGPminidriver/PinOperations.h
ViewVC logotype

Diff of /trunk/OpenPGPminidriver/PinOperations.h

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

revision 7 by vletoux, Tue Feb 23 19:18:59 2010 UTC revision 8 by vletoux, Thu Mar 11 20:32:26 2010 UTC
# Line 34  DWORD ResetUserPIN(__in PCARD_DATA  pCar Line 34  DWORD ResetUserPIN(__in PCARD_DATA  pCar
34                                  __in_bcount(cbPin) PBYTE  pbAuthenticator, __in DWORD  cbAuthenticator,                                  __in_bcount(cbPin) PBYTE  pbAuthenticator, __in DWORD  cbAuthenticator,
35                                  __in_bcount(cbPin) PBYTE  pbNewPin, __in DWORD  cbNewPin                                  __in_bcount(cbPin) PBYTE  pbNewPin, __in DWORD  cbNewPin
36                                  );                                  );
 DWORD Deauthenticate(__in PCARD_DATA  pCardData);  
37    DWORD SetPUK(__in PCARD_DATA  pCardData,
38                                    __in_bcount(cbPin) PBYTE  pbAdminPin, __in DWORD  cbAdminPin,
39                                    __in_bcount(cbPin) PBYTE  pbPuk, __in DWORD  cbPuk
40                                    );
41    DWORD Deauthenticate(__in PCARD_DATA  pCardData);
42    DWORD GetPinInfo(DWORD __in bContainerIndex, __inout PPIN_INFO pPinInfo);

Legend:
Removed from v.7  
changed lines
  Added in v.8

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26