U盘过滤驱动
The Wizard created the following files:
Files that comprise your driver:
readme.txt
Contains information shown here.
sys\Usbfilter.cpp
Driver class implementation.
sys\Usbfilter.h
Driver class header file.
sys\Usbfilter.inf
INF file defines driver for plug and play installation.
sys\Usbfilter.inf.txt
Alternate INF file defines driver for plug and play installation.
sys\UsbfilterDevice.cpp
Device (UsbfilterDevice) implementation.
sys\UsbfilterDevice.h
Device (UsbfilterDevice) header file.
sys\function.h
Used by DriverWorks library to determine which
handlers to provide.
sys\Usbfilter.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 Installation dll:
UsbfilterDll.cpp
This is the main DLL source file.
UsbfilterDll.h
This is the main DLL header file.
UsbfilterInst.h
Filter install class header file.
UsbfilterInst.cpp
Filter install class implementation.
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file.
1