ReactOS 0.4.15-dev-7942-gd23573b
_LOCALMON_HANDLE Struct Reference

#include <precomp.h>

Collaboration diagram for _LOCALMON_HANDLE:

Public Attributes

CRITICAL_SECTION Section
 
DWORD Sig
 
LIST_ENTRY FilePorts
 
LIST_ENTRY RegistryPorts
 
LIST_ENTRY XcvHandles
 

Detailed Description

Describes the monitor handle returned by InitializePrintMonitor2. Manages all available ports in this instance.

Definition at line 38 of file precomp.h.

Member Data Documentation

◆ FilePorts

LIST_ENTRY _LOCALMON_HANDLE::FilePorts

Definition at line 42 of file precomp.h.

Referenced by InitializePrintMonitor2(), LocalmonOpenPort(), and LocalmonShutdown().

◆ RegistryPorts

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().

◆ Section

◆ Sig

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().

◆ XcvHandles

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().


The documentation for this struct was generated from the following file: