28 lines
979 B
Plaintext
28 lines
979 B
Plaintext
|
|
[Strings]
|
|
Msft = "Microsoft"
|
|
NWSapAgent_Display = "Agent SAP"
|
|
NWSapAgent_Desc = "Protokół Service Advertising Protocol"
|
|
NWSapAgent_ServiceDesc = "Anonsuje usługi sieciowe IPX (Internet Packet Exchange) komputerom klienckim i serwerom w sieci. Jeśli ta usługa zostanie zatrzymana, te usługi mogą być niedostępne lub działać niewłaściwie. Jeśli ta usługa zostanie wyłączona, wszelkie usługi jawnie od niej zależne przestaną się uruchamiać."
|
|
|
|
|
|
; AddReg flags
|
|
FLG_ADDREG_KEYONLY = 0x00000010
|
|
|
|
; Some standard defines
|
|
REG_MULTI_SZ = 0x10000
|
|
REG_EXPAND_SZ = 0x20000
|
|
REG_DWORD = 0x10001
|
|
|
|
; 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
|
|
|
|
|