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.

45 lines
766 B

  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. ; cpuhold.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for RCmdSrv 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 rcmdsrv.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 _CPUHOLDMESSAGE_
  32. ;#define _CPUHOLDMESSAGE_
  33. ;
  34. ;//
  35. ;// 20000 - 20099 Reserved for service service specific errors.
  36. ;//
  37. MessageId=20000 SymbolicName=MSG_CPUHOLD_START
  38. Language=English
  39. CPUAPP now has control of your machine....
  40. .
  41. ;#endif // _CPUHOLDMESSAGE_