// printoem.h
typedef struct _FINVOCATION {
DWORD dwCount;
PBYTE pubCommand;
} FINVOCATION, *PFINVOCATION;
View the official Windows Driver Kit DDI referenceNo description available.
The FINVOCATION structure is used as input to the IPrintOemUni::SendFontCmd method. The structure is defined in printoem.h.
dwCountSpecifies the Unidrv-supplied length, in bytes, of the command pointed to by pubCommand.
pubCommandUnidrv-supplied pointer to a string containing the printer's font selection command. The command is obtained from the font's .ufm (Unidrv Font Metrics) file.