readme.txt

来自「这是一个驱动程序的案例」· 文本 代码 · 共 51 行

TXT
51
字号
This README file is generated automatically by DriverWizard

To complete the driver, follow these steps:

 o  Build the driver
		Build | Build LuojincDriv01.sys

 o  Search for the string "TODO" and follow the instructions to complete your driver.

 o  Review the registry settings created in LuojincDriv01.inf.

The Wizard created the following files:

Files that comprise your driver:
  readme.txt
  	Contains information shown here.
  sys\LuojincDriv01.cpp
  	Driver class implementation.
  sys\LuojincDriv01.h
  	Driver class header file.
  sys\LuojincDriv01.inf
  	INF file defines driver for plug and play installation.
  LuojincDriv01ioctl.h
  	Definition of control codes
  sys\LuojincDriv01Device.cpp
  	Device (LuojincDriv01Device) implementation.
  sys\LuojincDriv01Device.h
  	Device (LuojincDriv01Device) header file.
  sys\function.h
  	Used by DriverWorks library to determine which
	handlers to provide.
  sys\LuojincDriv01.rc
  	Shell for resource file (used for event messages,
	version resource)

Files used by build utilities:
  sys\sources
  	Used by BUILD program to determine what files
	comprise your driver.
  sys\makefile
  	Used by BUILD program to build your driver.

Files used by the test application:
  exe\Test_LuojincDriv01.cpp
  	Console application with driver interface
  exe\sources
  	Used by BUILD program to determine what files
	comprise your test application.
  exe\makefile
  	Used by BUILD program to build your test application.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?