-
驱动程序
驱动程序 -Driver Driver
- 2022-02-21 19:28:57下载
- 积分:1
-
DriverUnload
DriverUnload
- 2022-05-29 02:36:00下载
- 积分:1
-
for the installation of hardware drivers using the same procedures. Given the ne...
用于安装硬件驱动程序用的程序。要给出需要安装的驱动程序的PID/VID。-for the installation of hardware drivers using the same procedures. Given the need to install drivers for the PID/VID.
- 2022-10-29 22:20:03下载
- 积分:1
-
生成驱动程序框架的程序
生成驱动程序框架的程序-generation driver framework of the procedures
- 2022-12-12 07:00:02下载
- 积分:1
-
Simple Packet Filtering Firewall
Developed a firewall for Windows2000
Feat...
Simple Packet Filtering Firewall
Developed a firewall for Windows2000
Features:
Start
Stop
Block All
Block Ping
Allow All
Add Rule
View Registered rules
Technology used: Packet Filtering
- 2022-03-05 09:01:29下载
- 积分:1
-
PXA310 windows ce5.0 BSP 包
PXA310 windows ce5.0 BSP 包-PXA310 windows ce5.0 BSP
- 2022-08-10 14:58:58下载
- 积分:1
-
刷卡器驱动源程序
刷卡器驱动源程序-Card driver source
- 2022-10-24 01:25:03下载
- 积分:1
-
a simple hardware
一个简单的硬件驱动入门程序范例,WMD模式,用DRIVERSTUDIO+SDK+VC++6开发-a simple hardware-driven induction procedures example WMD mode DRIVERSTUDIO SDK with the development of VC 6
- 2023-03-13 23:05:03下载
- 积分:1
-
2410声卡驱动,包括了I2S驱动的编写,可参考
2410声卡驱动,包括了I2S驱动的编写,可参考-2410 sound card drivers, including the preparation of the I2S driver, refer to
- 2023-04-04 18:05:04下载
- 积分:1
-
CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限...
CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限制了IRP的可重入性,我们应该使用局部变量。
该实例定义了一个READ_COMPLETION_INFO结构,当有DeviceControl 调用时,就分配一个结构对象,参数设置完后,就将该结构对象地址指针放在I.FileObject()->FsContext中。
-CharFilter_Class CharFilter example of the perfect examples. In CharFilter example, we define four global variables, which does not conform to the WDM driver, which limits the IRP, can be used, we should use local variables. The examples READ_COMPLETION_INFO definition of a structure, when DeviceControl call, on the allocation of a target structure, parameter setting after the end of this structure on the address pointer on the object I. FileObject ()- gt; FsContext China.
- 2022-08-26 07:06:15下载
- 积分:1