?? rcusbwdm.inf
字號:
; RCUSBWDM.Inf - install information file
; Copyright(C) 1999-2001 Rainbow China Co. Ltd
;
[Version]
Signature="$Chicago$"
Class=USB
ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
Provider=%RC%
DriverVer=12/10/2001,3.0.2.0
LayoutFile=layout.inf
[Manufacturer]
%MfgName%=RainbowChina
[RainbowChina]
%USB\VID_08E2&PID_0002.DeviceDesc%=UsbC.Install, USB\VID_08E2&PID_0002
[DestinationDirs]
UsbC.Files.Driver=10,System32\Drivers
UsbC.Files.Driver.NTx86=10,System32\Drivers
UsbC.Files.Inf=10,INF
UsbC.Files.Inf.NTx86=10,INF
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Windows 98
[UsbC.Install]
CopyFiles=UsbC.Files.Driver,Usbc.Files.Inf
AddReg=UsbC.AddReg
[UsbC.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,rcusbwdm.sys
[UsbC.Files.Driver]
rcusbwdm.sys
[UsbC.Files.Inf]
rcusbwdm.inf
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Windows 2000
[UsbC.Install.NTx86]
;CopyFiles=UsbC.Files.Driver.NTx86,Usbc.Files.Inf
[UsbC.Files.Driver.NTx86]
rcusbwdm.sys,,,%COPYFLG_NOSKIP%
[UsbC.Files.Inf.NTx86]
rcusbwdm.inf,,,%COPYFLG_NOSKIP%
[UsbC.Install.NTx86.Services]
AddService = UsbC, %SPSVCINST_ASSOCSERVICE%, UsbC.Service
[UsbC.Service]
DisplayName = %UsbC.ServiceName%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\System32\Drivers\rcusbwdm.sys
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Strings
[Strings]
RC="Rainbow China Co. Ltd."
MfgName="Rainbow China Co. Ltd."
USB\VID_08E2&PID_0002.DeviceDesc="RC: UsbC WDM Driver, free build"
UsbC.ServiceName="Rainbow China UsbC Driver"
SPSVCINST_ASSOCSERVICE=0x00000002 ; Driver service is associated with device being installed
COPYFLG_NOSKIP=2 ; Do not allow user to skip file
SERVICE_KERNEL_DRIVER=1
SERVICE_SYSTEM_START=1
SERVICE_AUTO_START=2
SERVICE_DEMAND_START=3
SERVICE_ERROR_NORMAL=1
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -