IPrintOemUni2 COM Interface

Important

We recommend that you use Microsoft's IPP inbox class driver, along with Print Support Apps (PSA), to customize the print experience in Windows 10 and 11 for printer device development.

For more information, see the Print support app design guide.

The IPrintOemUni2 COM interface contains all the methods of, and extends the capabilities of, the IPrintOemUni COM Interface.

The following table lists and describes all of the methods provided by the IPrintOemUni2 interface. Rendering plug-ins must define all the listed methods. If a method isn't needed, it can return E_NOTIMPL.

Method Description
IPrintOemUni2::WritePrinter Enables a plug-in to capture all output data generated by a Unidrv driver.

For more information, see Implementing Printer Driver COM Interfaces.