Description: windows driver for the basic structure of: (1) to initialize the driver, positioning and application of hardware resources, create a kernel object (2) add a new device (3) to the default PNP IRP handling (4) to deal with IRP_MN_REMOVE_DEVICE IRP ( 5) Plug and Play IRP processing
File list (Check if you may need any files):
WDM_Driver
..........\2
..........\.\DriverDev.dsp
..........\.\DriverDev.dsw
..........\.\HelloWDM.cpp
..........\.\HelloWDM.h
..........\.\HelloWDM.inf
..........\.\说明.txt