IPrintOemPS interface (prcomoem.h)
This section describes the methods defined for the IPrintOemPS COM interface.
Inheritance
The IPrintOemPS interface inherits from the IUnknown interface.
Methods
The IPrintOemPS interface has these methods.
IPrintOemPS::Command The IPrintOemPS::Command method is used by rendering plug-ins for the Microsoft PostScript printer driver, in order to insert PostScript commands into the print job's data stream. |
IPrintOemPS::DevMode The IPrintOemPS::DevMode method, provided by rendering plug-ins for Pscript5, performs operations on private DEVMODEW members. |
IPrintOemPS::DisableDriver The IPrintOemPS::DisableDriver method allows a rendering plug-in for Pscript to free resources that were allocated by the plug-in's IPrintOemPS::EnableDriver method. |
IPrintOemPS::DisablePDEV The IPrintOemPS::DisablePDEV method allows a rendering plug-in for Pscript5 to delete the private PDEV structure that was allocated by its IPrintOemPS::EnablePDEV method. |
IPrintOemPS::EnableDriver The IPrintOemPS::EnableDriver method allows a rendering plug-in for Pscript to hook out some graphics DDI functions. |
IPrintOemPS::EnablePDEV The IPrintOemPS::EnablePDEV method allows a rendering plug-in for Pscript5 to create its own PDEV structure. |
IPrintOemPS::GetInfo A rendering plug-in's IPrintOemPS::GetInfo method returns identification information. |
IPrintOemPS::PublishDriverInterface The IPrintOemPS::PublishDriverInterface method allows a rendering plug-in for Pscript5 to obtain the Pscript5 driver's IPrintCorePS2, IPrintOemDriverPS, or IPrintCoreHelperPS interface. |
IPrintOemPS::ResetPDEV The IPrintOemPS::ResetPDEV method allows a rendering plug-in for Pscript5 to reset its PDEV structure. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | prcomoem.h (include Prcomoem.h) |