Introduction - If you have any usage issues, please Google them yourself
Wizard-driven development I came across an article QuickSYS which implements an NT driver framework. That article demonstrates a MFC application that gets a project name as a parameter and creates Visual C++ Workspace with NT driver framework. I decided to copy the NT driver framework source and to put it in the Visual Studio project wizard as seen above. This is simpler rather than running an external executable application that generates the code for you.
Packet : 109201287driverwizard_src.zip filelist
Debug.cpp
Debug.h
DriverWizard.clw
DriverWizard.cpp
DriverWizard.dsp
DriverWizard.dsw
DriverWizard.h
DriverWizard.rc
DriverWizardAw.cpp
DriverWizardAw.h
ReadMe.txt
res/
resource.h
res/DriverWizard.ico
StdAfx.cpp
StdAfx.h
Template/
Template/confirm.inf
Template/DriverTemplate.c
Template/DriverTemplate.h
Template/newproj.inf
Template/Readme.txt