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.

34 lines
1.4 KiB

  1. [Strings]
  2. Msft = "Microsoft"
  3. ; Service names
  4. SNMP_Display = "SNMP Service"
  5. SNMP_Desc = "�ҥγo�ӹq���B�z Simple Network Management Protocol (SNMP) �n�D�C�p�G�o�ӪA�ȳQ�����A�o�ӹq���N���|�B�z SNMP �n�D�C�p�G�o�ӪA�ȳQ���ΡA�������T�̦s�󥦪��A�ȱN�L�k�ҰʡC"
  6. SNMPTRAP_Display = "SNMP Trap Service"
  7. SNMPTRAP_Desc = "�����ѥ����λ��� Simple Network Management Protocol (SNMP) �N�z�{���Ҳ��ͪ������T���A�����e�ӰT�����b�o�ӹq���W���椤�� SNMP �޲z�{���C�p�G�o�ӪA�ȳQ�����A�o�ӹq���W SNMP ���D���{���N������ SNMP �����T���C�p�G�o�ӪA�ȳQ���ΡA�������T�̦s�󥦪��A�ȱN�L�k�ҰʡC"
  8. SNMP_HELP = "²�������޲z�q�T���w (SNMP) �A�ȷ|�ҥ� Windows �q���A�z�L SNMP �޲z�u���Ӷi���q�����ݺ޲z�C"
  9. Admin_Tools = "�t�κ޲z�u��"
  10. REG_MULTI_SZ = 0x10000
  11. REG_EXPAND_SZ = 0x20000
  12. FLG_ADDREG_KEYONLY = 0x0010
  13. REG_DWORD = 0x10001
  14. SERVICE_DEMAND_START = 3
  15. SERVICE_AUTO_START = 2
  16. SERVICE_WIN32_SHARE_PROCESS = 32
  17. SERVICE_FILE_SYSTEM_DRIVER = 2
  18. SERVICE_WIN32_OWN_PROCESS = 16
  19. ; Characteristic flags
  20. NCF_VIRTUAL = 0x0001
  21. NCF_WRAPPER = 0x0002
  22. NCF_PHYSICAL = 0x0004
  23. NCF_HIDDEN = 0x0008
  24. NCF_NO_SERVICE = 0x0010
  25. NCF_NOT_USER_REMOVABLE = 0x0020
  26. NCF_HAS_UI = 0x0080
  27. NCF_MODEM = 0x0100
  28. KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"