ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <precomp.h>
Public Attributes | |
DWORD_PTR | Sig |
BOOL | bStartedDoc: 1 |
BOOL | bJob: 1 |
BOOL | bAnsi: 1 |
BOOL | bDocEvent: 1 |
BOOL | bTrayIcon: 1 |
BOOL | bNoColorProfile: 1 |
BOOL | bShared: 1 |
BOOL | bClosed: 1 |
DWORD | dwJobID |
HANDLE | hPrinter |
HANDLE | hSPLFile |
DWORD | cCount |
HANDLE | hSpoolFileHandle |
DWORD | dwOptions |
BOOL _SPOOLER_HANDLE::bAnsi |
Definition at line 43 of file precomp.h.
Referenced by OpenPrinterA().
BOOL _SPOOLER_HANDLE::bClosed |
Definition at line 48 of file precomp.h.
Referenced by IntProtectHandle(), and IntUnprotectHandle().
BOOL _SPOOLER_HANDLE::bJob |
Definition at line 42 of file precomp.h.
Referenced by AbortPrinter(), AddJobW(), EndDocPrinter(), and ScheduleJob().
BOOL _SPOOLER_HANDLE::bNoColorProfile |
Definition at line 46 of file precomp.h.
Referenced by QueryColorProfile().
BOOL _SPOOLER_HANDLE::bShared |
Definition at line 47 of file precomp.h.
Referenced by IntProtectHandle(), and IntUnprotectHandle().
BOOL _SPOOLER_HANDLE::bStartedDoc |
Definition at line 41 of file precomp.h.
Referenced by AbortPrinter(), EndDocPrinter(), StartDocPrinterW(), and WritePrinter().
BOOL _SPOOLER_HANDLE::bTrayIcon |
Definition at line 45 of file precomp.h.
Referenced by AbortPrinter(), EndDocPrinter(), StartDocPrinterW(), and UpdateTrayIcon().
DWORD _SPOOLER_HANDLE::cCount |
Definition at line 52 of file precomp.h.
Referenced by IntProtectHandle(), and IntUnprotectHandle().
DWORD _SPOOLER_HANDLE::dwJobID |
Definition at line 49 of file precomp.h.
Referenced by _StartDocPrinterSpooled(), _StartDocPrinterWithRPC(), AbortPrinter(), EndDocPrinter(), and StartDocPrinterW().
DWORD _SPOOLER_HANDLE::dwOptions |
Definition at line 54 of file precomp.h.
Referenced by GetSpoolFileHandle().
HANDLE _SPOOLER_HANDLE::hPrinter |
Definition at line 50 of file precomp.h.
Referenced by _StartDocPrinterWithRPC(), AbortPrinter(), AddFormW(), AddJobW(), AddPrinterW(), ClosePrinter(), CloseSpoolFileHandle(), CommitSpoolData(), DeleteFormW(), DeletePrinter(), EndDocPrinter(), EndPagePrinter(), EnumFormsW(), EnumJobsW(), GetFormW(), GetJobW(), GetMonitorUI(), GetPrinterDataExW(), GetPrinterDriverW(), GetPrinterW(), GetSpoolFileHandle(), OpenPrinterW(), ReadPrinter(), ScheduleJob(), SeekPrinter(), SetFormW(), SetJobW(), SetPrinterDataExW(), SetPrinterW(), StartPagePrinter(), WritePrinter(), and XcvDataW().
HANDLE _SPOOLER_HANDLE::hSPLFile |
Definition at line 51 of file precomp.h.
Referenced by _StartDocPrinterSpooled(), AbortPrinter(), AddPrinterW(), ClosePrinter(), EndDocPrinter(), EndPagePrinter(), OpenPrinterW(), and WritePrinter().
HANDLE _SPOOLER_HANDLE::hSpoolFileHandle |
Definition at line 53 of file precomp.h.
Referenced by AddPrinterW(), CloseSpoolFileHandle(), CommitSpoolData(), GetSpoolFileHandle(), and OpenPrinterW().
DWORD_PTR _SPOOLER_HANDLE::Sig |
Definition at line 40 of file precomp.h.
Referenced by AddPrinterW(), ClosePrinter(), IntProtectHandle(), and OpenPrinterW().