Hi,
I made my own language monitor. I put some DebugBreak in my code to debug
my monitor. When I print with Microsoft Word, The process stop well at my
breakpoint, but I try to make a test application and it seems that my
language monitor is not loaded by the spooler because the process don't
stop.
My code is like that:
OpenPrinter
StartDocPrinter
StartPagePrinter
WritePrinter
EndPagePrinter
EndDocPrinter
ClosePrinter.
What's happen ?