Bug 150642. Return additional error codes when store is locked

This commit is contained in:
Jim Norman
2006-02-22 20:39:52 +00:00
parent 97cfe5dd7b
commit ae84c5f595
10 changed files with 31 additions and 18 deletions

View File

@@ -67,6 +67,7 @@
#define SSCS_STORE_IS_NOT_PERSISTENT -23
#define SSCS_SECRET_IS_PERSISTENT -24
#define SSCS_SECRET_IS_NOT_PERSISTENT -25
#define SSCS_STORE_IS_LOCKED -26
#define SSCS_E_INCORRECT_FUNCTION_CALL_SEQUENCE -30