ReactOS 0.4.15-dev-7953-g1f49173
_LOCAL_PRINT_MONITOR Struct Reference

#include <precomp.h>

Collaboration diagram for _LOCAL_PRINT_MONITOR:

Public Attributes

LIST_ENTRY Entry
 
DWORD refcount
 
PWSTR pwszName
 
PWSTR pwszFileName
 
HMODULE hModule
 
BOOL bIsLevel2
 
PVOID pMonitor
 
HANDLE hMonitor
 

Detailed Description

Describes a Print Monitor.

Definition at line 71 of file precomp.h.

Member Data Documentation

◆ bIsLevel2

◆ Entry

LIST_ENTRY _LOCAL_PRINT_MONITOR::Entry

Definition at line 73 of file precomp.h.

Referenced by AddPrintMonitorList(), InitializePrintMonitorList(), and LocalDeleteMonitor().

◆ hModule

HMODULE _LOCAL_PRINT_MONITOR::hModule

DLL File Name of the Print Monitor.

Definition at line 77 of file precomp.h.

Referenced by AddPrintMonitorList(), InitializePrintMonitorList(), and LocalDeleteMonitor().

◆ hMonitor

HANDLE _LOCAL_PRINT_MONITOR::hMonitor

For bIsLevel2 == TRUE: LPMONITOR2 pointer returned by InitializePrintMonitor2. For bIsLevel2 == FALSE: LPMONITOREX pointer returned by InitializePrintMonitor.

Definition at line 81 of file precomp.h.

Referenced by _LocalOpenPortHandle(), _LocalOpenXcvHandle(), AddPrintMonitorList(), InitializePortList(), InitializePrintMonitorList(), LocalAddPort(), LocalAddPortEx(), LocalConfigurePort(), LocalDeleteMonitor(), LocalDeletePort(), and LocalEnumPorts().

◆ pMonitor

◆ pwszFileName

PWSTR _LOCAL_PRINT_MONITOR::pwszFileName

Name of the Print Monitor as read from the registry.

Definition at line 76 of file precomp.h.

Referenced by _LocalGetMonitorLevel2(), AddPrintMonitorList(), InitializePrintMonitorList(), and LocalDeleteMonitor().

◆ pwszName

◆ refcount

DWORD _LOCAL_PRINT_MONITOR::refcount

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