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?