PRTINPUTSL
Appearance
Structure returned by the BIDI_Q_INPUTBINS command.
Example Code
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;