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.
27 lines
857 B
27 lines
857 B
|
|
[Strings]
|
|
Msft = "Microsoft"
|
|
NWSapAgent_Display = "SAP Agent"
|
|
NWSapAgent_Desc = "服务广告协议"
|
|
NWSapAgent_ServiceDesc = "这向网络上的客户端和服务器公布 Internet 数据包交换(IPX)网络服务。如果此服务停止,这些服务可能不可用或不能正常工作。如果此服务被禁用,任何明确依赖它的服务都将不能启动。"
|
|
|
|
|
|
; 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
|
|
|
|
|