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 INVOC structure is used for describing printer command strings in Unidrv font metrics files (.ufm files) and glyph translation table files (.gtt files).
Syntax
typedef struct _INVOC {
DWORD dwCount;
DWORD loOffset;
} INVOC, *PINVOC;
Members
dwCount
Specifies the number of characters in the command.
loOffset
Indicates one of the following:
ufm files:
Specifies the byte offset from the beginning of the .ufm file's UNIDRVINFO structure to beginning of the command string.
gtt files:
Specifies the byte offset from the beginning of the .gtt file's UNI_CODEPAGEINFO structure to beginning of the command string.
Remarks
INVOC structures are used within UNIDRVINFO structures.
Requirements
Requirement | Value |
---|---|
Header | prntfont.h (include Prntfont.h) |