readme.txt
来自「武安河 电子书所副代码,包括windows驱动编程的基本方面」· 文本 代码 · 共 42 行
TXT
42 行
This README file is generated automatically by DriverWizard
To complete the driver, follow these steps:
o Build the driver
Build | Build CharFilter.sys
o Search for the string "TODO" and follow the instructions to complete your driver.
o Review the registry settings created in CharFilter.inf.
The Wizard created the following files:
Files that comprise your driver:
readme.txt
Contains information shown here.
CharFilter.cpp
Driver class implementation.
CharFilter.h
Driver class header file.
CharFilter.inf
INF file defines driver for plug and play installation.
CharFilter.inf.txt
Alternate INF file defines driver for plug and play installation.
CharFilterDevice.cpp
Device (CharFilterDevice) implementation.
CharFilterDevice.h
Device (CharFilterDevice) header file.
function.h
Used by DriverWorks library to determine which
handlers to provide.
CharFilter.rc
Shell for resource file (used for event messages,
version resource)
Files used by build utilities:
sources
Used by BUILD program to determine what files
comprise your driver.
makefile
Used by BUILD program to build your driver.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?