20 lines
673 B
Plaintext
20 lines
673 B
Plaintext
|
||
[Strings]
|
||
Msft = "Microsoft"
|
||
|
||
MacPrint_Help = "允许 Macintosh 用户在任何连接到运行 Windows Server 的计算机上进行打印并且后台处理 AppleTalk 打印机(如 LaserWriter)的打印作业。"
|
||
MacPrint_Desc = "使 Macintosh 客户端能将打印传送到一个运行 Windows Server 的计算机上的后台打印程序。如果此服务停止,Macintosh 客户端将不能进行打印。如果此服务被禁用,所有明确依赖它的服务都将不能启动。"
|
||
MacPrint_Display = "Print Server for Macintosh"
|
||
|
||
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
|
||
|
||
|