Jump to content

PRTINPUTSL: Difference between revisions

From EDM2
Created page with "Structure returned by the BIDI_Q_INPUTBINS command. ==Example Code== <PRE> typedef struct _PRTINPUTSL { ULONG cTotal; /* Total inputs in ..."
 
(No difference)

Latest revision as of 18:44, 8 February 2020

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;