⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 驱动程序中的文件读写。
💻 TXT
字号:
This README file is generated automatically by DriverWizard

To complete the driver, follow these steps:

 o  Build the driver
		Build | Build FileThread.sys

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

 o  Review the registry settings created in FileThread.inf.

The Wizard created the following files:

Files that comprise your driver:
  readme.txt
  	Contains information shown here.
  sys\FileThread.cpp
  	Driver class implementation.
  sys\FileThread.h
  	Driver class header file.
  sys\FileThread.inf
  	INF file defines driver for plug and play installation.
  FileThreadioctl.h
  	Definition of control codes
  FileThreadDeviceInterface.h
	Header file containing the GUID for the device interface.
  sys\FileThreadDevice.cpp
  	Device (FileThreadDevice) implementation.
  sys\FileThreadDevice.h
  	Device (FileThreadDevice) header file.
  sys\function.h
  	Used by DriverWorks library to determine which
	handlers to provide.
  sys\FileThread.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_FileThread.cpp
  	Console application with driver interface
  exe\OpenByIntf.cpp
	Used to open the device using a GUID 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -