Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FINVOCATION structure is used as input to the IPrintOemUni::SendFontCmd method. The structure is defined in printoem.h.
Syntax
typedef struct _FINVOCATION {
DWORD dwCount;
PBYTE pubCommand;
} FINVOCATION, *PFINVOCATION;
Members
dwCount
Specifies the Unidrv-supplied length, in bytes, of the command pointed to by pubCommand.
pubCommand
Unidrv-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.
Requirements
Requirement | Value |
---|---|
Header | printoem.h (include Printoem.h) |