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 (包含 Printoem.h)