how splwow64 works

M

Michael Harvey

Hi, in the WDK documentation, it says that,

"Limitations on Device Context Handles
If a 32-bit application is running on a 64-bit version of the Microsoft
Windows operating system, a printer driver plug-in that is running in the
context of the Splwow64.exe thunking process should not call the GDI
CreateDC function; this call will fail."

Does this mean that the 32-bit calls to GDI are not thunked up to 64-bit and
what the 64-bit programs eventually get is just a spool file of what
happened in 32-bit world?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top