|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |||
_IsNEPort | |||
Checks if the given port name is a virtual Ne port. A virtual Ne port may appear in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports and can have the formats Ne00:, Ne01:, Ne-02:, Ne456: This check is extra picky to not cause false positives (like file name ports starting with "Ne").
| |||
| static __inline BOOL | _IsNEPort (PCWSTR pwszPortName) | ||
| static void | _LoadResources (HINSTANCE hinstDLL) | ||
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) | ||
| void WINAPI | LocalmonShutdown (HANDLE hMonitor) | ||
| PMONITOR2 WINAPI | InitializePrintMonitor2 (PMONITORINIT pMonitorInit, PHANDLE phMonitor) | ||
Variables | |
| DWORD | cbLocalMonitor |
| DWORD | cbLocalPort |
| PCWSTR | pwszLocalMonitor |
| PCWSTR | pwszLocalPort |
| static MONITOR2 | _MonitorFunctions |
Definition at line 56 of file main.c.
Referenced by InitializePrintMonitor2().
Definition at line 88 of file main.c.
Referenced by DllMain().
Definition at line 98 of file main.c.
| PMONITOR2 WINAPI InitializePrintMonitor2 | ( | PMONITORINIT | pMonitorInit, |
| PHANDLE | phMonitor | ||
| ) |
Definition at line 167 of file main.c.
Definition at line 112 of file main.c.
|
static |
Definition at line 17 of file main.c.
Referenced by InitializePrintMonitor2().
| DWORD cbLocalMonitor |
Definition at line 11 of file main.c.
Referenced by _LoadResources(), and _LocalmonGetPortLevel2().
| DWORD cbLocalPort |
Definition at line 12 of file main.c.
Referenced by _LoadResources(), and _LocalmonGetPortLevel2().
| PCWSTR pwszLocalMonitor |
Definition at line 13 of file main.c.
Referenced by _LoadResources(), and _LocalmonGetPortLevel2().
| PCWSTR pwszLocalPort |
Definition at line 14 of file main.c.
Referenced by _LoadResources(), and _LocalmonGetPortLevel2().