Question

I have been checking out some info about 64-bit driver development; I found that drivers have to be re-written in order to be compatible with a 64 bit OS. However, I was wondering if this also holds true for User-mode drivers.

The reason that I am asking this is because my understanding is that user mode drivers pass through the Win32 API, so in theory they should be able to run on top of WOW32.

Is this true?

Thanks, Jaime

Was it helpful?

Solution

User mode drivers can be either 32 or 64 bit, but note the following:

User-mode drivers must be 64 bit for print, scan, and camera. Legacy APIs (that are specific to Windows NT® 4.0) are not allowed.

http://www.microsoft.com/whdc/driver/kernel/64bit_chklist.mspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top