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.
38 lines
1.5 KiB
38 lines
1.5 KiB
|
|
[Strings]
|
|
Msft = "Microsoft"
|
|
|
|
LPDSVC_Display = "TCP/IP Print Server"
|
|
LPDSVC_Desc = "Enables TCP/IP-based printing using the Line Printer Daemon protocol. If this service is stopped, TCP/IP-based printing will be unavailable. If this service is disabled, any services that explicitly depend on it will fail to start."
|
|
LPDSVC_HELP = "Enables Windows to print to TCP/IP-connected printers or to printers that are physically attached to UNIX computers."
|
|
|
|
; ServiceType values
|
|
SERVICE_KERNEL_DRIVER = 0x00000001
|
|
SERVICE_FILE_SYSTEM_DRIVER = 0x00000002
|
|
SERVICE_ADAPTER = 0x00000004
|
|
SERVICE_RECOGNIZER_DRIVER = 0x00000008
|
|
SERVICE_WIN32_OWN_PROCESS = 0x00000010
|
|
SERVICE_WIN32_SHARE_PROCESS = 0x00000020
|
|
SERVICE_INTERACTIVE_PROCESS = 0x00000100
|
|
SERVICE_INTERACTIVE_SHARE_PROCESS = 0x00000120
|
|
|
|
; StartType values
|
|
SERVICE_BOOT_START = 0x00000000
|
|
SERVICE_SYSTEM_START = 0x00000001
|
|
SERVICE_AUTO_START = 0x00000002
|
|
SERVICE_DEMAND_START = 0x00000003
|
|
SERVICE_DISABLED = 0x00000004
|
|
|
|
; ErrorControl values
|
|
SERVICE_ERROR_IGNORE = 0x00000000
|
|
SERVICE_ERROR_NORMAL = 0x00000001
|
|
SERVICE_ERROR_SEVERE = 0x00000002
|
|
SERVICE_ERROR_CRITICAL = 0x00000003
|
|
|
|
; Registry types
|
|
REG_MULTI_SZ = 0x10000
|
|
REG_EXPAND_SZ = 0x20000
|
|
REG_DWORD = 0x10001
|
|
FLG_ADDREG_KEYONLY = 0x00000010
|
|
|
|
|