Is it possible to hook DrvCompletePDEV in the rendering plug-in

Thanks
alvin

Re: Hooking DrvCompletePDEV by Ashwin

Ashwin
Tue Mar 02 21:44:49 CST 2004

There is no hook available for DrvCompletePDEV. So you cannot hook it from
within a rendering plug-in. Why do you need to hook this function?

--
- Ashwin

Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.

"alvin" <anonymous@discussions.microsoft.com> wrote in message
news:CB73092F-BDF6-4E31-AD41-B056399C82F1@microsoft.com...
> Is it possible to hook DrvCompletePDEV in the rendering plug-in?
>
> Thanks,
> alvin



Re: Hooking DrvCompletePDEV by anonymous

anonymous
Tue Mar 02 22:26:08 CST 2004

I wanted to determine the flow of DDI functions passed to the rendering plug-in

Thanks
alvin

Re: Hooking DrvCompletePDEV by Ashwin

Ashwin
Wed Mar 03 11:39:43 CST 2004

The oemuni sample implements all the available hooks. So turning on its
verbosity variable giDebugLevel to 1 should illustrate the entire flow of
DDI hooks.

--
- Ashwin

Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.

"alvin" <anonymous@discussions.microsoft.com> wrote in message
news:EA76D389-67E3-4D74-9768-EB6388A35C64@microsoft.com...
> I wanted to determine the flow of DDI functions passed to the rendering
plug-in.
>
> Thanks,
> alvin