Re: Detecting Print-to-File option from a printer driver plugin DLL by Ashwin
Ashwin
Mon Mar 01 17:03:10 CST 2004
Firstly, this hook does not exist on W2K. It exists only on XP. But since XP
Unidrv and PScript were backported to W2K in SP3, you should be able to
implement this hook on W2K SP3. Second, this function is part of the UI
dll...so you cannot implement it in a rendering dll.
--
- Ashwin
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
"Anthony" <anonymous@discussions.microsoft.com> wrote in message
news:6C096AC3-DFB5-456C-A29D-1B33463AA9F0@microsoft.com...
> I've just done an experiment on Win2K platform. The DrvDocumentEvent
function is
> not called. Do you know if I need to setup the hook rather than simply
implement the
> function in my DLL? Also, can I implement this function in the rendering
DLL? The DDK
> documentation says that the function is called at user mode.
>
> Thanks,
> Anthony