Jump to content

PRTINPUTSL

From EDM2
Revision as of 18:44, 8 February 2020 by Martini (talk | contribs) (Created page with "Structure returned by the BIDI_Q_INPUTBINS command. ==Example Code== <PRE> typedef struct _PRTINPUTSL { ULONG cTotal; /* Total inputs in ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;