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.

67 lines
2.9 KiB

  1. [Strings]
  2. Msft = "Microsoft"
  3. DHCPServer_SCM_Display = "DHCP Server"
  4. DHCPServer_SCM_Desc = "Performs TCP/IP configuration for DHCP clients, including dynamic assignments of IP addresses, specification of the WINS and DNS servers, and connection-specific DNS names. If this service is stopped, the DHCP server will not perform TCP/IP configuration for clients. If this service is disabled, any services that explicitly depend on it will fail to start."
  5. DHCPServer_Help = "Automatically assigns IP addresses to other computers running the DHCP (Dynamic Host Configuration Protocol) Client Service."
  6. ; Shortcuts
  7. DHCPServer_Admin_SC_Desc = "DHCP"
  8. DHCPServer_Admin_SC_Group_Name = "Administrative Tools"
  9. DHCPServer_Admin_SC_HelpText = "Use DHCP to configure and manage the Dynamic Host Configuration Protocol (DHCP) service."
  10. ; Note to localizers: Please make sure this is the same description used in NT 4.0
  11. DHCPServer_Old_Admin_Sc_Desc = "DHCP Manager"
  12. DHCPServer_Old_Admin_Sc_Group_Name = "Administrative Tools"
  13. ; Note to localizers: Please make sure this is the same description used in NT 3.51
  14. DHCPServer_Really_Old_Admin_Sc_Desc = "DHCP Manager"
  15. DHCPServer_Really_Old_Admin_Sc_Group_Name = "Network Administration"
  16. ; ServiceType values
  17. SERVICE_KERNEL_DRIVER = 0x00000001
  18. SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
  19. SERVICE_ADAPTER = 0x00000004
  20. SERVICE_RECOGNIZER_DRIVER = 0x00000008
  21. SERVICE_WIN32_OWN_PROCESS = 0x00000010
  22. SERVICE_WIN32_SHARE_PROCESS = 0x00000020
  23. SERVICE_INTERACTIVE_PROCESS = 0x00000100
  24. SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
  25. ; Some standard defines
  26. REG_MULTI_SZ = 0x10000
  27. REG_EXPAND_SZ = 0x20000
  28. REG_DWORD = 0x10001
  29. REG_BIN = 0x00001
  30. REG_NOCLOBBER = 0x00020
  31. REG_MULTI_SZ_NOCLOBBER = 0x10020
  32. REG_EXPAND_SZ_NOCLOBBER = 0x20020
  33. REG_DWORD_NOCLOBBER = 0x10021
  34. REG_BIN_NOCLOBBER = 0x00021
  35. FLG_ADDREG_KEYONLY = 0x0010
  36. ; StartType values
  37. SERVICE_BOOT_START = 0x00000000
  38. SERVICE_SYSTEM_START = 0x00000001
  39. SERVICE_AUTO_START = 0x00000002
  40. SERVICE_DEMAND_START = 0x00000003
  41. SERVICE_DISABLED = 0x00000004
  42. ; ErrorControl values
  43. SERVICE_ERROR_IGNORE = 0x00000000
  44. SERVICE_ERROR_NORMAL = 0x00000001
  45. SERVICE_ERROR_SEVERE = 0x00000002
  46. SERVICE_ERROR_CRITICAL = 0x00000003
  47. ; Characteristic flags
  48. NCF_VIRTUAL = 0x0001
  49. NCF_WRAPPER = 0x0002
  50. NCF_PHYSICAL = 0x0004
  51. NCF_HIDDEN = 0x0008
  52. NCF_NO_SERVICE = 0x0010
  53. NCF_NOT_USER_REMOVABLE = 0x0020
  54. NCF_HAS_UI = 0x0080
  55. NCF_MODEM = 0x0100