oemUIOBJ 結構 (printoem.h)

OEMUIOBJ 結構是做為使用者介面外掛程式所匯出數個方法的輸入自變數。

語法

typedef struct _OEMUIOBJ {
  DWORD       cbSize;
  POEMUIPROCS pOemUIProcs;
} OEMUIOBJ, *POEMUIOBJ;

成員

cbSize

OEMUIOBJ 結構的大小。

pOemUIProcs

OEMUIPROCS 結構的指標,這是私用的內部結構。

備註

使用者介面外掛程式不需要參考 OEMUIOBJ 結構的成員。 外掛程式會接收這個結構的指標作為 其 IPrintOemUI::D eviceCapabilitiesIPrintOemUI::D evQueryPrintExIPrintOemUI::QueryColorProfile 方法的輸入。

此外, OEMCUIPPARAM 結構包含 OEMUIOBJ 結構指標。 外掛程式必須在呼叫 IPrintOemDriverUI::D rvGetDriverSetting 或 IPrintOemDriverUI::DrvUpdateUISetting 時提供收到的指標。

規格需求

需求
標頭 printoem.h (包含 Printoem.h)