We are developing a driver that should work on both XP, Vista, and Win7. (To achieve this, we have learned we should compile for Windows Server...
Function code is a value to help uniquely identify the specific IOCTL. So for instance if you are defining 5 IOCTL's you would do something like:...
Can WinDbg's script processor do string processing and use the results as addresses? Here's an example of what I'd like to do - I want to know...
The subject says it all, but more specifically, I want to write a virtual joystick device driver for Vista x64 similar to ppjoy. If you're not...
Turns out there never was such a build environment. Seems other compile for Server 2003 x86/x64 instead, in order to run on multile OSes. Thanks,...