IPrintOemDriverUI 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 IPrintOemDriverUI
COM interface enables a UI plug-in to view and modify information managed by the printer interface DLL for Unidrv or Pscript.
The following table lists and describes all the methods that the IPrintOemDriverUI
interface defines.
Method | Description |
---|---|
IPrintOemDriverUI::DrvGetDriverSetting | Enables a UI plug-in to obtain the current status of printer features and other internal information. |
IPrintOemDriverUI::DrvUpdateUISetting | Enables a UI plug-in to notify the driver of a modified user interface option. |
IPrintOemDriverUI::DrvUpgradeRegistrySetting | Enables a UI plug-in to update device settings stored in the registry. |
For more information, see Implementing Printer Driver COM Interfaces.