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.
|
|
[Strings] Msft = "Microsoft"
WINSServer_Desc = "Windows Internet Name Service"
; Service names WINS_Display = "WINS" WINS_Desc = "Rozli�uje n�zvy NetBIOS pro klienty TCP/IP - vyhled�v� s��ov� slu�by kter� pou��vaj� n�zvy NetBIOS. Pokud je tato slu�ba zastavena, nebudou s��ov� slu�by NetBIOS fungovat spr�vn�. Pokud je zak�z�na, nepoda�� se spustit ��dnou slu�bu, kter� na t�to slu�b� explicitn� z�vis�." WINS_HELP = "Slu�ba registrace a p�ekladu dynamick�ch n�zv�, kter� mapuje n�zvy po��ta�� v rozhran� NetBIOS na adresy IP."
; Note to localizers: Please make sure this is the same description used in NT4 WINS_Desc_Old = "Spr�vce slu�by WINS" WINS_Group = "N�stroje pro spr�vu" WINS_Admin_Desc = "WINS" WINS_Admin_HelpText = "Spravuje slu�bu WINS (Windows Internet Name Service), kter� p�ekl�d� n�zvy po��ta�� rozhran� NetBIOS na adresy IP."
; Note to localizers: Please make sure this is the same description used in NT 3.51 WINS_Desc_Really_Old = "Spr�vce slu�by WINS" WINS_Group_Really_Old = "Network Administration"
FLG_ADDREG_KEYONLY = 0x0010 REG_MULTI_SZ = 0x10000 REG_EXPAND_SZ = 0x20000 REG_DWORD = 0x10001 SERVICE_DEMAND_START = 3 SERVICE_AUTO_START = 2 SERVICE_WIN32_SHARE_PROCESS = 32 SERVICE_FILE_SYSTEM_DRIVER = 2 SERVICE_WIN32_OWN_PROCESS = 16
; Characteristic flags NCF_VIRTUAL = 0x0001 NCF_WRAPPER = 0x0002 NCF_PHYSICAL = 0x0004 NCF_HIDDEN = 0x0008 NCF_NO_SERVICE = 0x0010 NCF_NOT_USER_REMOVABLE = 0x0020 NCF_HAS_UI = 0x0080 NCF_MODEM = 0x0100
KEY_OPTIONAL = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
|