OEMUIPROCS 结构 (printoem.h)

OEMUIPROCS 结构已过时。

OEMUIPROCS 结构包含由 Microsoft 打印机驱动程序导出的 DrvGetDriverSettingDrvUpdateUISetting 函数的地址。

语法

typedef struct _OEMUIPROCS {
  PFN_DrvGetDriverSetting DrvGetDriverSetting;
  PFN_DrvUpdateUISetting  DrvUpdateUISetting;
} OEMUIPROCS, *POEMUIPROCS;

成员

DrvGetDriverSetting

指向打印机驱动程序的 DrvGetDriverSetting 函数的指针。 (若要在内核模式下获取此函数的地址,请参阅 DRVPROCS

DrvUpdateUISetting

指向打印机驱动程序的 DrvUpdateUISetting 函数的 指针。

注解

DrvGetDriverSettingDrvUpdateUISetting 已被基于 COM 的接口取代。

OEMUIPROCS 结构的地址包含在 OEMUIOBJ 结构中。

要求

要求
Header printoem.h (包括 Printoem.h)