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.

40 lines
1.5 KiB

  1. [Strings]
  2. Msft = "Microsoft"
  3. DNSServer_Display = "DNS Server"
  4. DNSServer_Desc = "DNS �N���C�A���g�́ADNS �N�G�������ѓ��I DNS �X�V�̗v���ɉ������邱�Ƃɂ����ADNS ���������ł��܂��B���̃T�[�r�X�����~�����ꍇ�ADNS �X�V�͍s�����܂����B���̃T�[�r�X�������ɂȂ����ꍇ�A���̃T�[�r�X�ɖ����I�Ɉˑ������T�[�r�X�͂��ׂċN���ł��Ȃ��Ȃ��܂��B"
  5. ; Service names
  6. DNS_Desc = "Microsoft DNS �T�[�o�["
  7. DNS_Admin_Group = "�Ǘ��c�[��"
  8. DNSServer_HELP = "�h���C�� �l�[�� �V�X�e���́ADNS �h���C������ IP �A�h���X�Ƀ}�b�v���܂��B"
  9. ; Note to localizers: This string must be the same as the one from NT4.
  10. DNS_Admin_Tool_Old = "DNS �Ȱ�ެ"
  11. DNS_Admin_Group_Old = "�Ǘ��c�[��"
  12. DNS_Shortcut_Desc = "DNS"
  13. DNS_EXTENSION = "DNS �g��"
  14. DNS_Admin_HelpText = "�h���C�� �l�[�� �V�X�e�� (DNS) �T�[�r�X���Ǘ����܂��B�h���C�� �l�[�� �V�X�e�� (DNS) �T�[�r�X�ɂ����ADNS �R���s���[�^���� IP �A�h���X�ɕϊ������܂��B"
  15. REG_MULTI_SZ = 0x10000
  16. REG_EXPAND_SZ = 0x20000
  17. REG_DWORD = 0x10001
  18. SERVICE_DEMAND_START = 3
  19. SERVICE_AUTO_START = 2
  20. SERVICE_WIN32_SHARE_PROCESS = 32
  21. SERVICE_FILE_SYSTEM_DRIVER = 2
  22. SERVICE_WIN32_OWN_PROCESS = 16
  23. ; Characteristic flags
  24. NCF_VIRTUAL = 0x0001
  25. NCF_WRAPPER = 0x0002
  26. NCF_PHYSICAL = 0x0004
  27. NCF_HIDDEN = 0x0008
  28. NCF_NO_SERVICE = 0x0010
  29. NCF_NOT_USER_REMOVABLE = 0x0020
  30. NCF_HAS_UI = 0x0080
  31. NCF_MODEM = 0x0100
  32. KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"