Structure returned by the BIDI_Q_INPUTBINS command.
typedef struct _PRTINPUTSL {
ULONG cTotal; /* Total inputs in the printer. */
ULONG cReturned; /* Number of PRTINPUTS data structures that follow. */
PRTINPUTS prtInputs[1]; /* Contains a PRTINPUTS data structure. */
} PRTINPUTSL;
typedef PRTINPUTSL * PPRTINPUTSL ;