mirror of https://github.com/tongzx/nt5src
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.
28 lines
604 B
28 lines
604 B
|
|
;
|
|
; Strings section
|
|
;
|
|
[Strings]
|
|
MoxaTech="Moxa Technologies Inc."
|
|
MxServiceDesc = "Sterownik MOXA Intellio Family"
|
|
MxPortServiceDesc = "Sterownik portu MOXA Intellio Family"
|
|
C218TPCI.DevDesc="MOXA Intellio seria C218Turbo/PCI"
|
|
C320TPCI.DevDesc="MOXA Intellio seria C320Turbo/PCI"
|
|
SourceDisksNamesDesc = "Dysk sterownika MOXA Intellio Windows 2000"
|
|
|
|
|
|
|
|
REG_DWORD = 0x00010001
|
|
REG_EXPAND_SZ = 0x00020000
|
|
REG_BINARY = 1
|
|
|
|
SERVICE_KERNEL_DRIVER = 0x00000001
|
|
|
|
;;SERVICE_AUTO_START = 0x00000002
|
|
SERVICE_DEMAND_START = 0x00000003
|
|
|
|
|
|
SERVICE_ERROR_NORMAL = 0x00000001
|
|
|
|
|
|
|