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.

43 lines
1.0 KiB

  1. /*++
  2. unlodctr.h
  3. Definitions that are specific to the counter unloader
  4. Author:
  5. Bob Watson (a-robw) 12 Feb 93
  6. Revision History:
  7. --*/
  8. #ifndef _UNLODCTR_H_
  9. #define _UNLODCTR_H_
  10. // resource file constants
  11. #define UC_CMD_HELP_1 401
  12. #define UC_CMD_HELP_2 402
  13. #define UC_CMD_HELP_3 403
  14. #define UC_CMD_HELP_4 404
  15. #define UC_CMD_HELP_5 405
  16. #define UC_CMD_HELP_6 406
  17. #define UC_CMD_HELP_7 407
  18. #define UC_CMD_HELP_8 408
  19. #define UC_CMD_HELP_9 409
  20. #define UC_CMD_HELP_10 410
  21. #define UC_CMD_HELP_11 411
  22. #define UC_FIRST_CMD_HELP UC_CMD_HELP_1
  23. #define UC_LAST_CMD_HELP UC_CMD_HELP_11
  24. #define UC_DRIVERNOTFOUND 311
  25. #define UC_NOTINSTALLED 312
  26. #define UC_REMOVINGDRIVER 313
  27. #define UC_UNABLEOPENKEY 314
  28. #define UC_UNABLESETVALUE 315
  29. #define UC_UNABLEREADVALUE 316
  30. #define UC_DOINGLANG 318
  31. #define UC_UNABLELOADLANG 320
  32. #define UC_CONNECT_PROBLEM 322
  33. #define UC_BAD_DRIVER_NAME 323
  34. #endif // _UNLODCTR_H_