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.

36 lines
974 B

  1. //
  2. // Resource IDs for services.exe
  3. //
  4. //
  5. // String IDs for the string representations of the SC_ACTION enumeration
  6. // start at this number.
  7. //
  8. #define IDS_SC_ACTION_BASE 0
  9. //
  10. // ID of the string the Service Controller will display on a reboot
  11. // due to a service crash.
  12. //
  13. #define IDS_SC_REBOOT_MESSAGE 10
  14. //
  15. // String IDs for the string representations of service
  16. // controls and states.
  17. //
  18. #define IDS_SC_CONTROL_BASE 20
  19. #define IDS_SC_STATUS_BASE 50
  20. //
  21. // String IDs for the string representations of service config fields
  22. //
  23. #define IDS_SC_CONFIG_SERVICE_TYPE 80
  24. #define IDS_SC_CONFIG_START_TYPE 81
  25. #define IDS_SC_CONFIG_ERROR_CONTROL 82
  26. #define IDS_SC_CONFIG_DISPLAY_NAME 83
  27. #define IDS_SC_CONFIG_BINARY_PATH 84
  28. #define IDS_SC_CONFIG_DEPENDENCIES 85
  29. #define IDS_SC_CONFIG_GROUP 86
  30. #define IDS_SC_CONFIG_TAG 87
  31. #define IDS_SC_CONFIG_ACCOUNT 88