Source code of Windows XP (NT5)
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.

65 lines
1.9 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999
  5. //
  6. // File: lsrepdef.h
  7. //
  8. // Contents: Definitions for LSReport, including resource defs
  9. //
  10. // History: 06-15-99 t-BStern Created
  11. //
  12. //---------------------------------------------------------------------------
  13. #ifndef __lslsdef_h
  14. #define __lslsdef_h
  15. #define TYPESTR_LENGTH 3*10
  16. #define PRODSTR_LENGTH 3*26
  17. #define NOEXPIRE_LENGTH 3*13
  18. #define HEADER_LENGTH 3*74
  19. #define TLS_ERROR_LENGTH 256
  20. #define ERROR_BASE (1 << 29)
  21. #define ERROR_NO_SERVERS (ERROR_BASE+1)
  22. #define ERROR_BAD_SYNTAX (ERROR_BASE+2)
  23. #define ERROR_BAD_CONNECT (ERROR_BASE+3)
  24. #ifndef ERROR_FILE_NOT_FOUND
  25. #define ERROR_FILE_NOT_FOUND 2
  26. #endif
  27. /* Resource table defines */
  28. #define IDS_NO_FOPEN 100
  29. #define IDS_NO_SERVERS 101
  30. #define IDS_NOT_LS ERROR_FILE_NOT_FOUND
  31. #define IDS_ENUMERATE_FAILED 103
  32. #define IDS_BAD_LOOP 104
  33. #define IDS_TEMPORARY_LICENSE 120
  34. #define IDS_ACTIVE_LICENSE 121
  35. #define IDS_UPGRADED_LICENSE 122
  36. #define IDS_REVOKED_LICENSE 123
  37. #define IDS_PENDING_LICENSE 124
  38. #define IDS_CONCURRENT_LICENSE 125
  39. #define IDS_UNKNOWN_LICENSE 126
  40. #define IDS_HELP_USAGE1 130
  41. #define IDS_HELP_USAGE2 131
  42. #define IDS_HELP_USAGE3 132
  43. #define IDS_HELP_USAGE4 133
  44. #define IDS_HELP_USAGE5 134
  45. #define IDS_HELP_USAGE6 135
  46. #define IDS_HELP_USAGE7 136
  47. #define IDS_HELP_USAGE8 137
  48. #define IDS_HELP_USAGE9 138
  49. #define IDS_HELP_USAGE10 139
  50. #define IDS_HELP_USAGE11 140
  51. #define IDS_HELP_USAGE12 141
  52. #define IDS_HELP_USAGE13 142
  53. #define IDS_DEFAULT_FILE 160
  54. #define IDS_HEADER_TEXT 161
  55. #define IDS_NO_EXPIRE 162
  56. #endif