Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
The modern print platform is Windows' preferred means of communicating with printers. 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 Print Support App v1 and v2 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.