⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xpdirectio.inf

📁 通过安装该文件夹内的驱动
💻 INF
字号:
; 
;        Created by GenINF. 
; 
 
[Version] 
Signature = "$Windows NT$" 
Class=System
ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318} 
Provider=%VIDTS% 
CatalogFile=directio.cat
DriverVer= 3/21/2007

[DestinationDirs] 
NTDirectIO.Files.x86_12 = 12 

[SourceDisksNames.x86]
0=%Desc_x860%

[SourceDisksNames.ia64]


[SourceDisksFiles.x86]
ntdirectio.sys=0,, 

[SourceDisksFiles.ia64]


[Manufacturer] 
%VIDTS%=VIDTS

[VIDTS]
%NTDirectIODesc%=NTDirectIO_Inst,NDI

[NTDirectIO_Inst.ntx86] 
CopyFiles = NTDirectIO.Files.x86_12 

[NTDirectIO_Inst.ntx86.Services] 
AddService = ntdirectio,0x00000002,NTDirectIO_Service_Instx86, 

[NTDirectIO_Service_Instx86] 
ServiceType = %SERVICE_KERNEL_DRIVER% 
StartType = %SERVICE_SYSTEM_START% 
ErrorControl = %SERVICE_ERROR_IGNORE% 
ServiceBinary = %12%\ntdirectio.sys 


[NTDirectIO.Files.x86_12] 
ntdirectio.sys

[NTDirectIO_EventLog_Inst] 
AddReg = NTDirectIO_EventLog_Inst.AddReg 
 
[NTDirectIO_EventLog_Inst.AddReg] 
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll" 
HKR,,TypesSupported,%REG_DWORD%,7


[Strings] 

;  *******Localizable Strings******* 
VIDTS= "chengdu VIDTS instrument corp, Ltd." 
Desc_x860= "BACKUPS" 
NTDirectIODesc= "NTDirectIO" 

;  *******Non Localizable Strings******* 

SERVICE_BOOT_START = 0x0 
SERVICE_SYSTEM_START = 0x1 
SERVICE_AUTO_START = 0x2 
SERVICE_DEMAND_START = 0x3 
SERVICE_DISABLED = 0x4 

SERVICE_KERNEL_DRIVER = 0x1 
SERVICE_ERROR_IGNORE = 0x0 
SERVICE_ERROR_NORMAL = 0x1 
SERVICE_ERROR_SEVERE = 0x2 
SERVICE_ERROR_CRITICAL = 0x3 

REG_EXPAND_SZ = 0x00020000 
REG_DWORD = 0x00010001 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -