Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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) |