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.

62 lines
3.5 KiB

  1. [Strings]
  2. Msft = "Microsoft"
  3. ;TCPIP strings
  4. MS_TCPIP.DisplayName = "Internet Protocol (TCP/IP)"
  5. MS_TCPIP.DHCP.DisplayName = "DHCP Client"
  6. MS_TCPIP.DHCP.ServiceDescription = "Registers and updates IP addresses and DNS records for this computer. If this service is stopped, this computer will not receive dynamic IP addresses and DNS updates. If this service is disabled, any services that explicitly depend on it will fail to start."
  7. MS_TCPIP.TCPIP.ServiceDescription = "TCP/IP Protocol Driver"
  8. MS_TCPIP.Provider_Desc = "Tcpip"
  9. MS_NTDS.Provider_Desc = "NTDS"
  10. ;WINS strings
  11. MS_WINS.DisplayName = "WINS Client(TCP/IP) Protocol"
  12. MS_WINS.LMHosts.DisplayName = "TCP/IP NetBIOS Helper"
  13. MS_WINS.LMHosts.ServiceDescription = "Provides support for the NetBIOS over TCP/IP (NetBT) service and NetBIOS name resolution for clients on the network, therefore enabling users to share files, print, and log on to the network. If this service is stopped, these functions might be unavailable. If this service is disabled, any services that explicitly depend on it will fail to start."
  14. ;MS_WINS.WINS.ServiceDescription = "WINS Client(TCP/IP) Protocol Driver"
  15. MS_WINS.WINS.ServiceDescription = "NetBios over Tcpip"
  16. ;ATM ARPC
  17. MS_ATMARPC.DeviceDesc = "ATM ARP Client Protocol"
  18. ;DNSCACHE
  19. MS_TCPIP.DNSCACHE.DisplayName = "DNS Client"
  20. MS_TCPIP.DNSCACHE.ServiceDescription = "Resolves and caches Domain Name System (DNS) names for this computer. If this service is stopped, this computer will not be able to resolve DNS names and locate Active Directory domain controllers. If this service is disabled, any services that explicitly depend on it will fail to start."
  21. ; IPSEC
  22. MS_TCPIP.IPSEC.ServiceDescription = "IPSEC driver"
  23. MS_TCPIP.Oakley.ServiceDescription = "ISAKMP/Oakley Key Manager"
  24. MS_TCPIP.PolicyAgent.DisplayName = "IPSEC Services"
  25. MS_TCPIP.PolicyAgent.ServiceDescription = "Provides end-to-end security between clients and servers on TCP/IP networks. If this service is stopped, TCP/IP security between clients and servers on the network will be impaired. If this service is disabled, any services that explicitly depend on it will fail to start."
  26. ; Winsock Mobility strings
  27. MS_TCPIP.Nla.DisplayName = "Network Location Awareness (NLA)"
  28. MS_TCPIP.Nla.ServiceDescription = "Collects and stores network configuration and location information, and notifies applications when this information changes."
  29. MS_TCPIP.Nla.Provider_Desc = "Network Location Awareness (NLA) Namespace"
  30. IPSEC_Group_Name = "Administrative Tools"
  31. IPSEC_Admin_Desc = "IP Security Management"
  32. ; NETBT_SMB
  33. MS_NETBT_SMB.DisplayName = "Message-oriented TCP/IP Protocol (SMB session)"
  34. MS_NETBT_SMB.HelpText = "A protocol layered on TCP/IP which preserves message boundaries. This instance of the protocol is for use by the file sharing protocol."
  35. MS_SMB.DisplayName = "Microsoft NetbiosSmb"
  36. MS_SMB.HelpText = "A protocol layered on TCP/IP or TCP/IPv6 which preserves message boundaries. This instance of the protocol is for use by the file sharing protocol."
  37. MS_SMB.Smb.DisplayName = "Message-oriented TCP/IP and TCP/IPv6 Protocol (SMB session)"
  38. MS_SMB.Smb.ServiceDescription = "Microsoft NetbiosSmb Device Driver"
  39. ; AddReg flags
  40. FLG_ADDREG_TYPE_EXPAND_SZ = 0x00020000
  41. FLG_ADDREG_TYPE_MULTI_SZ = 0x00010000
  42. FLG_ADDREG_TYPE_DWORD = 0x00010001
  43. FLG_ADDREG_KEYONLY = 0x00000010
  44. FLG_ADDREG_SZ_NO_CLOBBER = 0x00000002
  45. FLG_ADDREG_MULTI_SZ_APPEND = 0x0001000A
  46. FLG_ADDREG_TYPE_BINARY = 0x00000001
  47. FLG_ADDREG_DWORD_NO_CLOBBER = 0x00010003