开发者

Are there any difference between windows NT and windows XP driver development?

开发者 https://www.devze.com 2023-01-01 07:56 出处:网络
I found this tutorial on windows NT driver development, but not sure whether it can be applied for windows XP without mod开发者_如何学Goification.

I found this tutorial on windows NT driver development,

but not sure whether it can be applied for windows XP without mod开发者_如何学Goification.

Anyone knows?

UPDATE

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消