Information about the PRTINTERP data structure.

typedef struct _PRTINTERP {
  BYTE       logicalUnit;       /*  Logical unit number for this interpreter. */
  BYTE       bReserved;         /*  Reserved; must be 0 (zero). */
  USHORT     usReserved;        /*  Reserved; must be 0 (zero). */
  ULONG      features;          /*  Interpreter features summary. */
  ULONG      memory;            /*  Amount of memory in K bytes. */
  USHORT     fontcount;         /*  Number of fonts available to interpreter. */
  BYTE       inputs;            /*  Number of input trays supported by this interpreter. */
  BYTE       outputs;           /*  Number of output bins supported by this interpreter. */
  USHORT     horizRes;          /*  Maximum horizontal marking resolution supported by this interpreter. */
  USHORT     vertRes;           /*  Maximum vertical marking resolution supported by this interpreter. */
  ULONG      ulpszInterpreter;  /*  Interpreter name. */
} PRTINTERP;

typedef   PRTINTERP   * PPRTINTERP ;


[Back: PRTINPUTSL Field - prtInputs[1]]
[Next: PRTINTERP Field - logicalUnit]