共用方式為


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 rvGetDriverSettingIPrintOemDriverUI::D rvUpdateUISetting時提供接收的指標。

要求

要求 價值
標頭 printoem.h (include Printoem.h)