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.

43 lines
958 B

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. contains strings definitions for SCE/JET->XML tool
  7. Author:
  8. Steven Chan (t-schan) July 2002
  9. --*/
  10. #ifndef SCEXMLRESOURCEH
  11. #define SCEXMLRESOURCEH
  12. #define IDS_PROGRAM_INFO 100
  13. #define IDS_PROGRAM_USAGE_0 101
  14. #define IDS_PROGRAM_USAGE_1 102
  15. #define IDS_PROGRAM_SUCCESS 103
  16. #define IDS_SECMAN_INIT 104
  17. #define IDS_ERROR_CLASSNOTREG 105
  18. #define IDS_ERROR_NOAGGREGATION 106
  19. #define IDS_ERROR_NOINTERFACE 107
  20. #define IDS_ERROR_OLDWINVERSION 108
  21. #define IDS_ERROR_MODNOTFOUND 109
  22. #define IDS_ERROR_WRITEFAULT 110
  23. #define IDS_ERROR_INVALIDFILENAME 111
  24. #define IDS_ERROR_ACCESSDENIED 112
  25. #define IDS_ERROR_OPENFAILED 113
  26. #define IDS_ERROR_FILENOTFOUND 114
  27. #define IDS_ERROR_READFAULT 115
  28. #define IDS_ERROR_OUTOFMEMORY 116
  29. #define IDS_ERROR_UNEXPECTED 117
  30. #endif