FINVOCATION 結構 (printoem.h)
FINVOCATION 結構會作為 IPrintOemUni::SendFontCmd 方法的輸入。 結構定義於printoem.h中。
語法
typedef struct _FINVOCATION {
DWORD dwCount;
PBYTE pubCommand;
} FINVOCATION, *PFINVOCATION;
成員
dwCount
指定由 pubCommand 所指向之命令的 Unidrv 提供長度,以位元組為單位。
pubCommand
Unidrv 提供的字串指標,其中包含印表機的字型選取命令。 此命令是從字型的 .ufm (Unidrv 字型計量) 檔案取得。
要求
要求 | 價值 |
---|---|
標頭 | printoem.h (include Printoem.h) |