ReactOS 0.4.16-dev-321-g63bb46a
|
#include <precomp.h>
Public Attributes | |
CRITICAL_SECTION | Section |
DWORD | Sig |
LIST_ENTRY | FilePorts |
LIST_ENTRY | RegistryPorts |
LIST_ENTRY | XcvHandles |
Describes the monitor handle returned by InitializePrintMonitor2. Manages all available ports in this instance.
LIST_ENTRY _LOCALMON_HANDLE::FilePorts |
Definition at line 42 of file precomp.h.
Referenced by InitializePrintMonitor2(), LocalmonOpenPort(), and LocalmonShutdown().
LIST_ENTRY _LOCALMON_HANDLE::RegistryPorts |
Ports created when a document is printed on FILE: and the user entered a file name.
Definition at line 43 of file precomp.h.
Referenced by _FindPort(), _HandleAddPort(), _HandleDeletePort(), InitializePrintMonitor2(), LocalmonAddPort(), LocalmonAddPortEx(), LocalmonEnumPorts(), and LocalmonShutdown().
CRITICAL_SECTION _LOCALMON_HANDLE::Section |
Definition at line 40 of file precomp.h.
Referenced by _HandleDeletePort(), InitializePrintMonitor2(), LocalmonClosePort(), LocalmonDeletePort(), LocalmonEnumPorts(), LocalmonOpenPort(), LocalmonShutdown(), and LocalmonXcvClosePort().
DWORD _LOCALMON_HANDLE::Sig |
Critical Section for modifying or reading the ports.
Definition at line 41 of file precomp.h.
Referenced by InitializePrintMonitor2(), and LocalmonShutdown().
LIST_ENTRY _LOCALMON_HANDLE::XcvHandles |
Valid ports loaded from the local registry.
Definition at line 44 of file precomp.h.
Referenced by InitializePrintMonitor2(), LocalmonShutdown(), and LocalmonXcvOpenPort().