tags:

views:

40

answers:

1

I found this tutorial on windows NT driver development,

but not sure whether it can be applied for windows XP without modification.

Anyone knows?

UPDATE

BTW, is it a MUST to use cdecl calling convention(int _cdecl main) to communicate with a driver?

+2  A: 

There isn't a huge difference. I'm sure there are differences, but they will be documented on MSDN for whichever API you're interested in.

The big difference comes with Vista and WDDM.

jeffamaphone