PRTOUTPUTSL
Appearance
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;