IPrintOemCommon COM Interface

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 Modern print platform and the Print support app design guide.

The IPrintOemCommon COM interface enables a plug-in to specify or get device information. This interface provides functionality that is common between the user interface and rendering plug-ins.

The following table lists and describes all the methods that the IPrintOemCommon interface defines.

Method Description
IPrintOemCommon::DevMode Performs operations on private DEVMODEW members.
IPrintOemCommon::GetInfo Returns a plug-in's identification information.

For information about how these methods are implemented for UI plug-ins, see IPrintOemUI COM Interface.