|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
| PLOCAL_PORT | FindPort (PCWSTR pwszName) |
| BOOL | CreatePortEntry (PCWSTR pwszName, PLOCAL_PRINT_MONITOR pPrintMonitor) |
| BOOL | InitializePortList (void) |
| BOOL WINAPI | LocalEnumPorts (PWSTR pName, DWORD Level, PBYTE pPorts, DWORD cbBuf, PDWORD pcbNeeded, PDWORD pcReturned) |
| BOOL WINAPI | LocalAddPortEx (PWSTR pName, DWORD Level, PBYTE lpBuffer, PWSTR lpMonitorName) |
| BOOL WINAPI | LocalAddPort (LPWSTR pName, HWND hWnd, LPWSTR pMonitorName) |
| BOOL WINAPI | LocalConfigurePort (PWSTR pName, HWND hWnd, PWSTR pPortName) |
| BOOL WINAPI | LocalDeletePort (PWSTR pName, HWND hWnd, PWSTR pPortName) |
| BOOL WINAPI | LocalSetPort (PWSTR pName, PWSTR pPortName, DWORD dwLevel, PBYTE pPortInfo) |
Variables | |
| static LIST_ENTRY | _PortList |
| BOOL CreatePortEntry | ( | PCWSTR | pwszName, |
| PLOCAL_PRINT_MONITOR | pPrintMonitor | ||
| ) |
Definition at line 37 of file ports.c.
Referenced by _HandleAddPort(), LocalAddPort(), and LocalAddPortEx().
| PLOCAL_PORT FindPort | ( | PCWSTR | pwszName | ) |
Definition at line 15 of file ports.c.
Referenced by _HandleDeletePort(), _LocalOpenPortHandle(), _LocalOpenXcvHandle(), InitializePrinterList(), LocalAddPort(), LocalAddPortEx(), LocalConfigurePort(), LocalDeletePort(), and LocalSetPort().
Definition at line 60 of file ports.c.
Referenced by _InitializeLocalSpooler().
Definition at line 286 of file ports.c.
Definition at line 217 of file ports.c.
Definition at line 361 of file ports.c.
Definition at line 411 of file ports.c.
| BOOL WINAPI LocalEnumPorts | ( | PWSTR | pName, |
| DWORD | Level, | ||
| PBYTE | pPorts, | ||
| DWORD | cbBuf, | ||
| PDWORD | pcbNeeded, | ||
| PDWORD | pcReturned | ||
| ) |
Definition at line 164 of file ports.c.
Referenced by LocalAddPort().
Definition at line 460 of file ports.c.
|
static |
Definition at line 11 of file ports.c.
Referenced by CreatePortEntry(), FindPort(), and InitializePortList().