File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 驱动加载卸载工具 DriverLoader
2
+ ------
3
+
4
+ 加载驱动和卸载驱动的功能
5
+ > * 效果
6
+ > * 设计
7
+
8
+ ------
9
+ ## 效果
10
+ ![ image] ( https://github.com/luguanxing/Win32-Programming/blob/master/27-%E9%A9%B1%E5%8A%A8%E5%8A%A0%E8%BD%BD%E5%8D%B8%E8%BD%BD%E5%B7%A5%E5%85%B7/pictures/0.jpg )
11
+ <br >加载驱动<br ><br >
12
+
13
+ ![ image] ( https://github.com/luguanxing/Win32-Programming/blob/master/27-%E9%A9%B1%E5%8A%A8%E5%8A%A0%E8%BD%BD%E5%8D%B8%E8%BD%BD%E5%B7%A5%E5%85%B7/pictures/1.jpg )
14
+ <br >卸载驱动<br ><br >
15
+
16
+ ![ image] ( https://github.com/luguanxing/Win32-Programming/blob/master/27-%E9%A9%B1%E5%8A%A8%E5%8A%A0%E8%BD%BD%E5%8D%B8%E8%BD%BD%E5%B7%A5%E5%85%B7/pictures/2.jpg )
17
+ <br >多次加载提示错误<br ><br >
18
+
19
+ ![ image] ( https://github.com/luguanxing/Win32-Programming/blob/master/27-%E9%A9%B1%E5%8A%A8%E5%8A%A0%E8%BD%BD%E5%8D%B8%E8%BD%BD%E5%B7%A5%E5%85%B7/pictures/3.jpg )
20
+ <br >多次卸载提示错误<br ><br >
21
+
22
+ ## 设计
23
+ ![ image] ( https://github.com/luguanxing/Win32-Programming/blob/master/27-%E9%A9%B1%E5%8A%A8%E5%8A%A0%E8%BD%BD%E5%8D%B8%E8%BD%BD%E5%B7%A5%E5%85%B7/pictures/DriverLoader.jpg?raw=true ) <br >
24
+ <br ><br ><br >
25
+
26
+
27
+
28
+
29
+
You can’t perform that action at this time.
0 commit comments