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.

75 lines
1.7 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1994-7 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; rcmdsmsg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for RCCLib messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; Sean Selitrennikoff (v-seans) Feb-10-1999
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the MC tool from the lib.mc file.
  22. ;
  23. ; Inserts are defined as:
  24. ; %1 = USERNAME
  25. ; %2 = USERDOMAIN
  26. ; %3 = MACHINENAME
  27. ; %4 = SUBERROR
  28. ;
  29. ;--*/
  30. ;
  31. ;#ifndef _RCCLIBMESSAGE_
  32. ;#define _RCCLIBMESSAGE_
  33. ;
  34. ;//
  35. ;// 20000 - 20099 Reserved for service service specific errors.
  36. ;//
  37. MessageId=20001 SymbolicName=ERROR_RCCLIB_CREATE_SEM_FAILED
  38. Language=English
  39. Could not create the semaphore necessary to guarantee
  40. proper execution. Windows returned error %1!d!.
  41. .
  42. MessageId=20002 SymbolicName=ERROR_RCCLIB_ALREADY_RUNNING
  43. Language=English
  44. A copy is already running.
  45. .
  46. MessageId=20003 SymbolicName=ERROR_RCCLIB_INITIAL_ALLOC_FAILED
  47. Language=English
  48. Could not allocate and reserve the minimum amount of memory
  49. necessary to execute.
  50. .
  51. MessageId=20004 SymbolicName=ERROR_RCCLIB_PRIVILEDGES_FAILED
  52. Language=English
  53. Could not grant itself sufficient priviledges to complete some "kill"
  54. commands. The processing of some "kill" commands may result in
  55. ERROR_ACCESS_DENIED.
  56. .
  57. MessageId=20005 SymbolicName=ERROR_RCCLIB_QUERY_PRIORITY_FAILED
  58. Language=English
  59. Could not query its current process priority, and is thus
  60. unable to set itself to a priority that guarantees service.
  61. .
  62. MessageId=20006 SymbolicName=ERROR_RCCLIB_SET_PRIORITY_FAILED
  63. Language=English
  64. Could not set its current process priority, and cannot
  65. guarantee service.
  66. .
  67. ;#endif // _RCCLIBMESSAGE_