jvilar
2010-06-15 17:25:43 UTC
I extended the oemps sample driver implementing the IPrintOemPS2 interface.
After adding the two new methods and modifying the QueryInterface to expose
also the new interface, the method IPrintOemPS2::WritePrinter is called only
once with all arguments set to zero. I return S_OK in order to indicate that
the method is implemented as commented in the documentation, but the method
is not called any more.
Should I do something else in addition to this to capture the pscript's
output?
Thanks in advance
After adding the two new methods and modifying the QueryInterface to expose
also the new interface, the method IPrintOemPS2::WritePrinter is called only
once with all arguments set to zero. I return S_OK in order to indicate that
the method is implemented as commented in the documentation, but the method
is not called any more.
Should I do something else in addition to this to capture the pscript's
output?
Thanks in advance