Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
947 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1995 - 1999
  6. //
  7. // File: resource.h
  8. //
  9. // Contents: the resource header for cert2spc.cpp.
  10. //
  11. //
  12. // History: 01-May-97 xiaohs created
  13. //
  14. //--------------------------------------------------------------------------
  15. //defintion for string IDS
  16. #define IDS_ENDOF_LINE 6001
  17. #define IDS_SYNTAX 6002
  18. #define IDS_CRL_EXTENSION 6003
  19. #define IDS_CAN_NOT_OPEN_FILE 6004
  20. #define IDS_OUT_OF_MEMORY 6005
  21. #define IDS_FILE_EMPTY 6006
  22. #define IDS_CAN_NOT_READ_FILE 6007
  23. #define IDS_CAN_NOT_WRITE_FILE 6008
  24. #define IDS_CAN_NOT_OPEN_STORE 6009
  25. #define IDS_CAN_NOT_LOAD_CRL 6010
  26. #define IDS_CAN_NOT_LOAD 6011
  27. #define IDS_ERROR_OUTPUT 6012
  28. #define IDS_FAILED 6013
  29. #define IDS_SUCCEEDED 6014