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.
49 lines
489 B
49 lines
489 B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; User readable strings
|
|
;----------------------------------------------------------
|
|
[Strings]
|
|
MS = "Microsoft"
|
|
MSFT = "Microsoft"
|
|
ApmClassName = "NT Apm/Legacy tuki"
|
|
NTAPM.DeviceDesc = "NT Apm/Legacy Interface Node"
|
|
NtApm.SvcDesc = "NT Apm/Legacy Interface -ohjain"
|
|
SERVICE_KERNEL_DRIVER = 1
|
|
SERVICE_DEMAND_START = 3
|
|
SERVICE_ERROR_NORMAL = 1
|
|
SPSVCINST_ASSOCSERVICE= 0x00000002
|
|
NtApm_Log_Name = "NT APM/Legacy Bios"
|
|
REG_EXPAND_SZ = 0x00020000
|
|
|
|
|
|
|