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 结构中。

要求

要求 价值
标头 printoem.h (include Printoem.h)