ReactOS 0.4.15-dev-8636-g945e856
|
#include <precomp.h>
Public Attributes | |
LIST_ENTRY | Entry |
PWSTR | pwszName |
PLOCAL_PRINT_MONITOR | pPrintMonitor |
PLOCAL_JOB | pNextJobToProcess |
LIST_ENTRY _LOCAL_PORT::Entry |
Definition at line 89 of file precomp.h.
Referenced by _HandleDeletePort(), CreatePortEntry(), InitializePortList(), and LocalDeletePort().
PLOCAL_JOB _LOCAL_PORT::pNextJobToProcess |
The Print Monitor handling this port.
Definition at line 92 of file precomp.h.
Referenced by LocalStartDocPrinter(), and PrintingThreadProc().
PLOCAL_PRINT_MONITOR _LOCAL_PORT::pPrintMonitor |
The name of the port (including the trailing colon).
Definition at line 91 of file precomp.h.
Referenced by _LocalClosePortHandle(), _LocalGetPrinterDriverLevel3(), _LocalGetPrinterDriverLevel4(), _LocalGetPrinterDriverLevel6(), _LocalGetPrinterDriverLevel8(), _LocalOpenPortHandle(), _LocalOpenXcvHandle(), CreatePortEntry(), InitializePortList(), LocalConfigurePort(), LocalDeletePort(), LocalEndDocPrinter(), LocalReadPrinter(), LocalStartDocPrinter(), and LocalWritePrinter().
PWSTR _LOCAL_PORT::pwszName |
Definition at line 90 of file precomp.h.
Referenced by _LocalGetPrinterLevel2(), _LocalGetPrinterLevel5(), CreatePortEntry(), FindPort(), InitializePortList(), and PrintingThreadProc().