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.

134 lines
4.4 KiB

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1987-1991 Microsoft Corporation
  3. Module Name:
  4. apperr.h
  5. Abstract:
  6. This file contains the number and text of miscellaneous error
  7. messages.
  8. Author:
  9. Cliff Van Dyke (CliffV) 4-Nov-1991
  10. Environment:
  11. User Mode - Win32
  12. Portable to any flat, 32-bit environment. (Uses Win32 typedefs.)
  13. Requires ANSI C extensions: slash-slash comments.
  14. --*/
  15. #define MTXT_BASE 3300
  16. /**INTERNAL_ONLY**/
  17. /*** WARNING *** WARNING *** WARNING ****
  18. * *
  19. * The redirector has hardcoded in its *
  20. * makefile some message numbers used *
  21. * at startup. If you change MTXT_BASE *
  22. * or any of the redirs message numbers *
  23. * you must also fix the redir makefile *
  24. * where it generates netwksta.pro *
  25. * *
  26. ****************************************/
  27. /************* WARNING ***************
  28. * See the comment in netcons.h for *
  29. * info on the allocation of errors *
  30. *************************************/
  31. /**END_INTERNAL**/
  32. /* Share remarks, must be <= MAXCOMMENTSZ bytes.
  33. */
  34. #define MTXT_IPC_SHARE_REMARK MTXT_BASE+1 /* @I Remote IPC %0 */
  35. #define MTXT_ADMIN_SHARE_REMARK MTXT_BASE+2 /* @I Remote Admin %0 */
  36. #define MTXT_LOGON_SRV_SHARE_REMARK MTXT_BASE+3 /* @I Logon server share %0 */
  37. #define MTXT_WKSTA_ERR_POPUP_HDR MTXT_BASE+4 /* @I A network error occurred. %0 */
  38. /* NetWksta installation messages.
  39. */
  40. #define MTXT_MemAllocMsg (MTXT_BASE+100) /* There is not enough memory to start the Workstation service. */
  41. #define MTXT_IniFilRdErr (MTXT_BASE+101) /* An error occurred when reading the NETWORKS entry in the LANMAN.INI file. */
  42. #define MTXT_BadArgMsg (MTXT_BASE+102) /* This is an invalid argument: %1. */
  43. #define MTXT_BadNetEntHdr (MTXT_BASE+103) /* @W The %1 NETWORKS entry in the LANMAN.INI file has a
  44. * syntax error and will be ignored.
  45. */
  46. #define MTXT_MultNetsMsg (MTXT_BASE+104) /* There are too many NETWORKS entries in the LANMAN.INI file. */
  47. /* UNUSED (MTXT_BASE+105) */
  48. #define MTXT_BadBiosMsg (MTXT_BASE+106) /* @W An error occurred when opening network
  49. * device driver %1 = %2.
  50. */
  51. #define MTXT_BadLinkMsg (MTXT_BASE+107) /* @W Device driver %1 sent a bad BiosLinkage response.*/
  52. #define MTXT_BadVerMsg (MTXT_BASE+108) /* The program cannot be used with this operating system. */
  53. #define MTXT_RdrInstMsg (MTXT_BASE+109) /* The redirector is already installed. */
  54. #define MTXT_Version (MTXT_BASE+110) /* @I Installing NETWKSTA.SYS Version %1.%2.%3 (%4)
  55. *
  56. */
  57. #define MTXT_RdrInstlErr (MTXT_BASE+111) /* There was an error installing NETWKSTA.SYS.
  58. *
  59. * Press ENTER to continue.
  60. */
  61. #define MTXT_BadResolver (MTXT_BASE+112) /* Resolver linkage problem. */
  62. /*
  63. * Forced Logoff error messages
  64. */
  65. #define MTXT_Expiration_Warning (MTXT_BASE + 113) /* @I
  66. * Your logon time at %1 ends at %2.
  67. * Please clean up and log off.
  68. */
  69. #define MTXT_Logoff_Warning (MTXT_BASE + 114) /* @I
  70. *
  71. * You will be automatically disconnected at %1.
  72. */
  73. #define MTXT_Expiration_Message (MTXT_BASE + 115) /* @I
  74. * Your logon time at %1 has ended.
  75. */
  76. #define MTXT_Past_Expiration_Message (MTXT_BASE + 116) /* @I
  77. * Your logon time at %1 ended at %2.
  78. */
  79. #define MTXT_Immediate_Kickoff_Warning (MTXT_BASE + 117) /* @I
  80. * WARNING: You have until %1 to logoff. If you
  81. * have not logged off at this time, your session will be
  82. * disconnected, and any open files or devices you
  83. * have open may lose data.
  84. */
  85. #define MTXT_Kickoff_Warning (MTXT_BASE + 118) /* @I
  86. * WARNING: You must log off at %1 now. You have
  87. * two minutes to log off, or you will be disconnected.
  88. */
  89. #define MTXT_Kickoff_File_Warning (MTXT_BASE + 119) /* @I
  90. *
  91. * You have open files or devices, and a forced
  92. * disconnection may cause you to lose data.
  93. */
  94. /* Servers default share remark */
  95. #define MTXT_Svr_Default_Share_Remark (MTXT_BASE + 120) /* @I
  96. *Default Share for Internal Use %0*/
  97. /* Messenger Service Message Box Title */
  98. #define MTXT_MsgsvcTitle (MTXT_BASE + 121) /* @I
  99. *Messenger Service %0*/