📄 inte.inf
字号:
[version]
Signature="$Chicago$"
Class=adapter
Provider=%lqb%
DriverVer=07/31/2002,1.0.5.0
[Manufacturer]
%WDMBook%=WDM.Book
[WDM.Book]
%Wdm1%=Wdm1.Install,*wdmBook\Wdm1
%DeviceDesc% = YJF_VIRCDDRV, YJF_VIRCDDRV_ID;
[DestinationDirs]
Wdm1.Files.Drever=10,System32\Drivers
Wdm1.Files.Driver.NTx86=10,System32\Drivers
[SourceDisksNames]
1="Inte",,,
[SourceDisksFiles]
Inte.vxd=1,obj\i386\free
[SourceDisksFiles.x86]
Inte.vxd=1,objfre\i386
;win98
[Wdm1.Install]
CopyFiles=Wdm1.Files.Driver
AddReg=Wdm1.AddReg
[Wdm1.Addreg]
HKR,,DevLoader,,"*IOS"
HKR,,PortDriver,,"Cda.PDR"
HKR,,NTMPDriver,,Inte.vxd
[Wdm1.Files.Driver]
Inte.vxd
;;;;;;;;;;;;;;;;
;win2000
[Wdm1.Install.NTx86]
CopyFiles.Driver.NTx86
[Wdm1.Files.Driver.NTx86]
Inte.vxd,,,%COPYFLG_NOSKIP%
[Wdm1.Install.NTx86.Services]
AddService=Wdm1.%SPSVCINST_ASSOCSERVICE%,Wdm1.Service
[Wdm1.Service]
DisplayName=%Wdm1.ServiceName%
ServiceType=%SERVICE_KERNEL_DRIVER%
StartType=%SERVICE_DEMAND_START%
ErrorControl=%SERVICE_ERROR_NORMAL
ServiceBinary=%10%\System32\Drivers\Inte.vxd
;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;
;Strings
[Strings]
WDMBook="Lpt port"
Wdm1="打印端口:Vxd Example,free build"
Wdm1.ServiceName="Lpt Port Driver"
SPSVCINST_ASSOCSERVICE=0x00000002;Driver service is associated with device being installed
COPY_NOSKIP=2;Do not allow user to skip file
SERVICE_KERNEL_DRIVER=1
SERVICE_AUTO_START=2
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -