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 ;