Windows NT 4.0 source code leak
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.

49 lines
984 B

4 years ago
  1. /*++
  2. Copyright (c) 1993-1994 Microsoft Corporation
  3. Module Name:
  4. strids.h
  5. Abstract:
  6. This is the include file for the strings ids use in initodat.exe
  7. Author:
  8. HonWah Chan (a-honwah) October, 1993
  9. Revision History:
  10. --*/
  11. // strings defines for Help
  12. #define LC_CMD_HELP_1 100
  13. #define LC_CMD_HELP_2 101
  14. #define LC_CMD_HELP_3 102
  15. #define LC_CMD_HELP_4 103
  16. #define LC_CMD_HELP_5 104
  17. #define LC_CMD_HELP_6 105
  18. #define LC_CMD_HELP_7 106
  19. #define LC_CMD_HELP_8 107
  20. #define LC_FIRST_CMD_HELP 100
  21. #define LC_LAST_CMD_HELP 107
  22. // strings defines for error
  23. #define LC_FILE_ERR 201
  24. #define LC_NO_INIFILE 202
  25. #define LC_SUMMARY 203
  26. #define LC_NUM_OF_ID 204
  27. #define LC_LAST_ID 205
  28. #define LC_LAST_TEXT 206
  29. #define LC_BAD_ID 207
  30. #define LC_MISSING_DEL 208
  31. #define LC_CANT_CREATE 209
  32. #define LC_CANT_WRITE 210
  33. #define LC_ACCESS_DENIED 211
  34. #define LC_DISK_FULL 212