PRTSTARTJOB
Appearance
Information regarding the job about to be sent to the printer. This information is passed to the BIDI_STARTJOB command.
Example Code
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;