Structure returned by the BIDI_Q_INTERPRETER command to list interpreters in the printer.
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 ;