OEMUIPROCS 結構 (printoem.h)
OEMUIPROCS 結構已經過時。
OEMUIPROCS 結構包含 DrvGetDriverSetting 和 DrvUpdateUISetting Microsoft印表機驅動程式所導出的函式位址。
語法
typedef struct _OEMUIPROCS {
PFN_DrvGetDriverSetting DrvGetDriverSetting;
PFN_DrvUpdateUISetting DrvUpdateUISetting;
} OEMUIPROCS, *POEMUIPROCS;
成員
DrvGetDriverSetting
印表機驅動程式 DrvGetDriverSetting 函式的指標。 (若要在核心模式中取得此函式的位址,請參閱 DRVPROCS。
DrvUpdateUISetting
印表機驅動程式 DrvUpdateUISetting 函式的指標。
言論
DrvGetDriverSetting 和 DrvUpdateUISetting 已被 COM 介面取代。
OEMUIPROCS 結構的位址包含在 OEMUIOBJ 結構中。
要求
要求 | 價值 |
---|---|
標頭 | printoem.h (include Printoem.h) |