--- trunk/OpenPGPminidriverTest/global.h 2010/03/18 16:03:39 11 +++ trunk/OpenPGPminidriverTest/global.h 2010/03/31 08:58:46 12 @@ -22,6 +22,7 @@ DWORD ResetPin(PSTR wszPin, PSTR wszPin2, BOOL fIsPUK, PDWORD pcAttemptsRemaining); DWORD ChangePin(PSTR szPin, PSTR szPin2, PWSTR wszUserId, PDWORD pcAttemptsRemaining); DWORD SetPuk(PSTR szPin, PSTR szPin2, PDWORD pcAttemptsRemaining); +DWORD SetSM(PSTR szPin, PSTR szPin2, PDWORD pcAttemptsRemaining); DWORD ListFiles(HWND hWnd); DWORD ViewFile(HWND hWnd); DWORD ListContainer(HWND hWnd); @@ -34,4 +35,5 @@ DWORD SetReadOnly(BOOL fSet); void ViewCertificate(HWND hWnd, PCCERT_CONTEXT pCertContext); DWORD Personnalize(); +HRESULT Enroll(); #define OPENPGP_TEST_CONTAINER TEXT("Test_OPENPGPG") \ No newline at end of file