ReactOS 0.4.16-dev-336-gb667d82
|
#include <precomp.h>
Public Attributes | |
BOOL | bStartedDoc: 1 |
HANDLE | hSPLFile |
PLOCAL_PRINTER | pPrinter |
PLOCAL_JOB | pJob |
PWSTR | pwszDatatype |
PDEVMODEW | pDevMode |
Specific handle returned by LocalOpenPrinter for every valid call that opens a Printer or Print Job.
BOOL _LOCAL_PRINTER_HANDLE::bStartedDoc |
Definition at line 169 of file precomp.h.
Referenced by CreateJob(), LocalEndDocPrinter(), LocalStartPagePrinter(), and LocalWritePrinter().
HANDLE _LOCAL_PRINTER_HANDLE::hSPLFile |
Whether StartDocPrinter has already been called.
Definition at line 170 of file precomp.h.
Referenced by _LocalOpenPrinterHandle(), and LocalReadPrinter().
PDEVMODEW _LOCAL_PRINTER_HANDLE::pDevMode |
Datatype used for newly started jobs.
Definition at line 174 of file precomp.h.
Referenced by _LocalClosePrinterHandle(), _LocalOpenPrinterHandle(), and CreateJob().
PLOCAL_JOB _LOCAL_PRINTER_HANDLE::pJob |
Printer associated with this handle.
Definition at line 172 of file precomp.h.
Referenced by _LocalClosePrinterHandle(), _LocalOpenPrinterHandle(), CreateJob(), LocalAddJob(), LocalEndDocPrinter(), LocalStartDocPrinter(), and LocalStartPagePrinter().
PLOCAL_PRINTER _LOCAL_PRINTER_HANDLE::pPrinter |
Handle to an opened SPL file for Printer Job handles.
Definition at line 171 of file precomp.h.
Referenced by _LocalOpenPrinterHandle(), _MakePrinterSubKey(), CreateJob(), LocalAddJob(), LocalEnumJobs(), LocalGetJob(), LocalGetPrinter(), LocalGetPrinterDriver(), LocalScheduleJob(), and LocalSetJob().
PWSTR _LOCAL_PRINTER_HANDLE::pwszDatatype |
Print Job associated with this handle. This can be the specified Job if this is a Print Job handle or the started job through LocalStartDocPrinter.
Definition at line 173 of file precomp.h.
Referenced by _LocalClosePrinterHandle(), _LocalOpenPrinterHandle(), and CreateJob().