-
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
-
驱动中加载dll的代码,类似于应用层中loadlibrary()等等,R0中有用啊!...
驱动中加载dll的代码,类似于应用层中loadlibrary()等等,R0中有用啊!-Driver loaded dll code, similar to the application layer loadlibrary (), etc., R0 useful in ah!
- 2023-03-13 02:35:03下载
- 积分:1
-
Multisim9 电池电路设计
压缩包解压时不能有密码
Multisim9 电池电路设计
压缩包解压时不能有密码-Multisim9 battery pack compression decompression circuit design can not have a password
- 2023-04-02 23:25:04下载
- 积分:1
-
intel 8031 windows ce 5.0 BSP
intel 8031 windows ce 5.0 BSP
- 2023-06-23 19:00:04下载
- 积分:1
-
这是直流电机的驱动程序,可控制智能小车寻迹
这是直流电机的驱动程序,可控制智能小车寻迹-This is the DC motor driver can control the smart car tracing
- 2022-05-19 05:43:40下载
- 积分:1
-
labview虚拟驱动程序要用到的动态链接库
labview虚拟驱动程序要用到的动态链接库-LabVIEW virtual driver to use the dynamic link library
- 2022-03-04 08:36:01下载
- 积分:1
-
1 程序开发步骤如下
(1) 打开vc,选择菜单项file
1 程序开发步骤如下
(1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存;
(3) 同(2)步骤再加入文件"floppy.h";
(4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可;
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next quest
- 2023-05-03 02:30:03下载
- 积分:1
-
驱动开发入门例子 让你立即入门
驱动开发入门例子 让你立即入门-Driver Development entry give you an immediate entry
- 2022-08-21 02:14:46下载
- 积分:1
-
基于三星0724芯片的液晶驱动程序,内含str9的总线操作,在实际使用的时候把这部分替换成实际使用的CPU操作就可以了。...
基于三星0724芯片的液晶驱动程序,内含str9的总线操作,在实际使用的时候把这部分替换成实际使用的CPU操作就可以了。-Based on Samsung 0724 LCD driver chips containing STR9 bus operation, in actual use when this part replaced by the actual use of the CPU to operate it.
- 2022-05-25 08:53:26下载
- 积分:1
-
sed1335作驱动的液晶驱动程序,虽然简单,但行之有效,
sed1335作驱动的液晶驱动程序,虽然简单,但行之有效,-sed1335 driver for the LCD driver, simple, but effective.
- 2022-03-26 00:48:18下载
- 积分:1