INVOC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// prntfont.h

typedef struct _INVOC {
  DWORD dwCount;
  DWORD loOffset;
} INVOC, *PINVOC;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-prntfont-_invoc)

_INVOC structure

Description

The INVOC structure is used for describing printer command strings in Unidrv font metrics files (.ufm files) and glyph translation table files (.gtt files).

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.

See also

UNIDRVINFO