Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi guys, i need good tutorial for Windows Driver kit and windows driver foundation.If you know please explain me what are the basic thinks i have to learn for WDK and WDF.
Basically i am WIN32API and MFC programmer

Thanks in advance
ganesh_IT
Posted

There are a few things you need to cover.

Step 1:
The first thing you should learn is to how to build and install a driver in a target system.

Step 2:
Learing the control flow inside a driver.

Step 3:
How to interact with the driver from user or Win32 applications

Step 4:
Watching and learning from the debug messages print.

Step 5:
Learn windows kernel dubugging.

And so on...
The best place to start can be the sample source code provied with WinDDK and debugging them.
If you get stuck at some system rouite refer to MSDN for the same.
 
Share this answer
 
 
Share this answer
 
Comments
manu_ds 5-May-11 9:17am    
Those kind of answers do not help!!! It doesn't answer the question in any way...
Sandeep Mewara 5-May-11 10:41am    
Is it? What was wrong with it? Can you answer this for me please?
Richard MacCutchan 18-Jan-12 5:47am    
Another univoting idiot poking his nose in where it's not wanted. Have a 5 to compensate, but mainly for your useful answer.
Sandeep Mewara 18-Jan-12 8:27am    
Thanks Richard. :)
Richard MacCutchan 18-Jan-12 5:49am    
Oops, I just noticed the date on this message; I guess the univoter has crawled back under his rock.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900