Information about the PRTOUTPUTSL data structure.

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 ;


[Back: PRTOUTPUTS Field - ulpszOutput]
[Next: PRTOUTPUTSL Field - cTotal]