Jump to content

PRTOUTPUTSL

From EDM2
Revision as of 18:47, 8 February 2020 by Martini (talk | contribs) (Created page with "Information about the PRTOUTPUTSL data structure. ==Example Code== <PRE> typedef struct _PRTOUTPUTSL { ULONG cTotal; /* Total output fea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Information about the PRTOUTPUTSL data structure.

Example Code

typedef struct _PRTOUTPUTSL {
  ULONG          cTotal;                           /*  Total output features in the printer. */
  ULONG          cReturned;                        /*  Number of PRTOUTPUTS data structures that follow. */
  PRTOUTPUTS     prtOutputs[1];  /*  Contains a PRTOUTPUTS data structure. */
} PRTOUTPUTSL;

typedef PRTOUTPUTSL *PPRTOUTPUTSL;