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
644 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. rc_ids.h
  5. Abstract:
  6. Header for devcon resources
  7. @@BEGIN_DDKSPLIT
  8. Author:
  9. Jamie Hunter 11/30/2000
  10. @@END_DDKSPLIT
  11. --*/
  12. #define IDS_ENABLED 3000
  13. #define IDS_ENABLED_REBOOT 3001
  14. #define IDS_ENABLE_FAILED 3002
  15. #define IDS_DISABLED 3003
  16. #define IDS_DISABLED_REBOOT 3004
  17. #define IDS_DISABLE_FAILED 3005
  18. #define IDS_RESTARTED 3006
  19. #define IDS_REQUIRES_REBOOT 3007
  20. #define IDS_RESTART_FAILED 3008
  21. #define IDS_REMOVED 3009
  22. #define IDS_REMOVED_REBOOT 3010
  23. #define IDS_REMOVE_FAILED 3011