Information regarding the job about to be sent to the printer. This information is passed to the BIDI_STARTJOB command.

typedef struct _PRTSTARTJOB {
  ULONG     ulSpoolerJobID;   /*  Spooler job identifier. */
  ULONG     ulInterpreterID;  /*  Interpreter identifier. */
  ULONG     ulStartPage;      /*  Page in job to begin printing. */
  ULONG     ulEndPage;        /*  Page in job to stop printing. */
} PRTSTARTJOB;

typedef   PRTSTARTJOB   * PPRTSTARTJOB ;


[Back: PRTSPLRVER Field - ulMinorVersion]
[Next: PRTSTARTJOB Field - ulSpoolerJobID]