Jump to content

PRTOUTPUTSL: Difference between revisions

From EDM2
Created page with "Information about the PRTOUTPUTSL data structure. ==Example Code== <PRE> typedef struct _PRTOUTPUTSL { ULONG cTotal; /* Total output fea..."
 
(No difference)

Latest revision as of 17:47, 8 February 2020

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;