17 lines
527 B
Plaintext
17 lines
527 B
Plaintext
|
|
||
|
[Strings]
|
||
|
MS = "Microsoft"
|
||
|
ClassName = "Ramdisk"
|
||
|
RamdiskBusDesc = "Windows RAM Disk Controller"
|
||
|
RamdiskDiskDesc = "Windows RAM Disk Device (disk)"
|
||
|
RamdiskVolumeDesc = "Windows RAM Disk Device (volume)"
|
||
|
RamdiskServiceDesc = "Windows RAM Disk Driver"
|
||
|
|
||
|
;*******************************************
|
||
|
;Handy macro substitutions (non-localizable)
|
||
|
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||
|
SERVICE_KERNEL_DRIVER = 1
|
||
|
SERVICE_DEMAND_START = 3
|
||
|
SERVICE_ERROR_NORMAL = 1
|
||
|
REG_DWORD = 0x00010001
|