PRTOUTPUTS
Appearance
Information about the installed printr output bins, returned by the BIDI_Q_OUTPUTBINS command.
Example Code
typedef struct _PRTOUTPUTS {
BYTE logicalUnit; /* Logical unit number for this interpreter. */
BYTE bReserved; /* Reserved; must be 0 (zero). */
USHORT usReserved; /* Reserved; must be 0 (zero). */
BYTE outputID; /* Output identifier. */
BYTE positions; /* Number of output positions for this output device. */
BYTE features1; /* Output features support byte 1. */
BYTE features2; /* Output features support byte 2. */
ULONG maxCapacity; /* Maximum capacity per output position. */
ULONG ulpszOutput; /* Output description string. */
} PRTOUTPUTS;
typedef PRTOUTPUTS *PPRTOUTPUTS;