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

📄 ntdirectio.inf

📁 通过安装该文件夹内的驱动
💻 INF
字号:
; ntdirectio.inf
;
; Installation file (.inf) for the ntdirectio device.
;
; (c) Copyright 2007 chengdu VIDTS instrument corp, Ltd. 
;

[Version]
Signature="$Windows NT$"
Provider=%VIDTS%
ClassGUID={4d36e978-e325-11ce-bfc1-08002be10318}
Class=System
CatalogFile=ntdirectio.cat
DriverVer=03/21/2007

[DestinationDirs]
DefaultDestDir   = 12

;
; Driver information
;

[Manufacturer]
%VIDTS%   = VIDTS.Mfg

[VIDTS.Mfg]
%VIDTS.DeviceDesc0% = ntdirectio, NDI


;
; General installation section
;

[ntdirectio]

;
; File sections
;


;
; Service Installation
;

[ntdirectio.Services]
AddService = ntdirectio, 0x00000002 , ntdirectio_Service_Inst, ntdirectio_EventLog_Inst

[ntdirectio_Service_Inst]
DisplayName    = %ntdirectio.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0x1                  ; SERVICE_ERROR_NORMAL
LoadOrderGroup = Pointer Port
ServiceBinary  = %12%\ntdirectio.sys


[ntdirectio_EventLog_Inst]
AddReg = ntdirectio_EventLog_AddReg

[ntdirectio_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ntdirectio.sys"
HKR,,TypesSupported,0x00010001,7




;
; Source file information
;

[SourceDisksNames.x86]
1 = %DiskId1%,,,""

[SourceDisksFiles]
; Files for disk chengdu VIDTS instrument corp, Ltd. Installation Disk #1 (Ports)
ntdirectio.sys = 1,,


[Strings]

;
; Non-Localizable Strings
;

REG_SZ         = 0x00000000
REG_MULTI_SZ   = 0x00010000
REG_EXPAND_SZ  = 0x00020000
REG_BINARY     = 0x00000001
REG_DWORD      = 0x00010001
SERVICEROOT    = "System\CurrentControlSet\Services"

;
; Localizable Strings
;

VIDTS.DeviceDesc0 = "ntdirectio"
DiskId1 = "chengdu VIDTS instrument corp, Ltd. Installation Disk #1 (Ports)"
VIDTS = "chengdu VIDTS instrument corp, Ltd."
ntdirectio.SvcDesc="NDI"

⌨️ 快捷键说明

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