Jump to content

PRTINTERPL

From EDM2

Structure returned by the BIDI_Q_INTERPRETER command to list interpreters in the printer.

Example Code

typedef struct _PRTINTERPL {
  ULONG         cTotal;             /*  Total interpreters in the printer. */
  ULONG         cReturned;          /*  Number of PRTINTERP data structures that follow. */
  PRTINTERP     prtInterpreter[1];  /*  Contains a PRTINTERP data structure. */
} PRTINTERPL;

typedef PRTINTERPL *PPRTINTERPL;