ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winreg.h>
#include <winspool.h>
#include <winsplp.h>
#include <winuser.h>
#include <ndk/rtlfuncs.h>
#include <spoolss.h>
#include <wine/debug.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _LOCALMON_HANDLE |
struct | _LOCALMON_PORT |
struct | _LOCALMON_XCV |
Macros | |
#define | WIN32_NO_STATUS |
#define | SIGLCMMON 'FrCN' |
#define | SIGLCMPORT 'FrHK' |
Typedefs | |
typedef struct _LOCALMON_HANDLE | LOCALMON_HANDLE |
typedef struct _LOCALMON_HANDLE * | PLOCALMON_HANDLE |
typedef struct _LOCALMON_PORT | LOCALMON_PORT |
typedef struct _LOCALMON_PORT * | PLOCALMON_PORT |
typedef struct _LOCALMON_XCV | LOCALMON_XCV |
typedef struct _LOCALMON_XCV * | PLOCALMON_XCV |
Variables | |
DWORD | cbLocalMonitor |
DWORD | cbLocalPort |
PCWSTR | pwszLocalMonitor |
PCWSTR | pwszLocalPort |
typedef struct _LOCALMON_HANDLE LOCALMON_HANDLE |
Describes the monitor handle returned by InitializePrintMonitor2. Manages all available ports in this instance.
typedef struct _LOCALMON_PORT LOCALMON_PORT |
Describes the port handle returned by LocalmonOpenPort. Manages a legacy port (COM/LPT) or virtual FILE: port for printing as well as its associated printer and job.
typedef struct _LOCALMON_XCV LOCALMON_XCV |
Describes the Xcv handle returned by LocalmonXcvOpenPort. Manages the required data for the Xcv* calls.
typedef struct _LOCALMON_HANDLE * PLOCALMON_HANDLE |
typedef struct _LOCALMON_PORT * PLOCALMON_PORT |
typedef struct _LOCALMON_XCV * PLOCALMON_XCV |
Definition at line 24 of file tools.c.
Referenced by _HandleAddPort(), _HandlePortExists(), LocalmonAddPort(), and LocalmonAddPortEx().
Definition at line 85 of file tools.c.
Referenced by _HandleGetTransmissionRetryTimeout(), and _SetTransmissionRetryTimeout().
Definition at line 142 of file tools.c.
Referenced by _ClosePortHandles(), _CreateNonspooledPort(), and _HandleSetDefaultCommConfig().
Definition at line 215 of file tools.c.
Referenced by _HandlePortIsValid().
Definition at line 1137 of file ports.c.
BOOL WINAPI LocalmonAddPortEx | ( | HANDLE | hMonitor, |
LPWSTR | pName, | ||
DWORD | Level, | ||
LPBYTE | lpBuffer, | ||
LPWSTR | lpMonitorName | ||
) |
Definition at line 1054 of file ports.c.
Definition at line 456 of file ports.c.
Referenced by LocalmonShutdown().
Definition at line 1197 of file ports.c.
Definition at line 493 of file ports.c.
BOOL WINAPI LocalmonEnumPorts | ( | HANDLE | hMonitor, |
PWSTR | pName, | ||
DWORD | Level, | ||
PBYTE | pPorts, | ||
DWORD | cbBuf, | ||
PDWORD | pcbNeeded, | ||
PDWORD | pcReturned | ||
) |
Definition at line 530 of file ports.c.
BOOL WINAPI LocalmonGetPrinterDataFromPort | ( | HANDLE | hPort, |
DWORD | ControlID, | ||
PWSTR | pValueName, | ||
PWSTR | lpInBuffer, | ||
DWORD | cbInBuffer, | ||
PWSTR | lpOutBuffer, | ||
DWORD | cbOutBuffer, | ||
PDWORD | lpcbReturned | ||
) |
Definition at line 630 of file ports.c.
Definition at line 684 of file ports.c.
Definition at line 843 of file ports.c.
BOOL WINAPI LocalmonSetPortTimeOuts | ( | HANDLE | hPort, |
LPCOMMTIMEOUTS | lpCTO, | ||
DWORD | Reserved | ||
) |
Definition at line 789 of file ports.c.
Definition at line 112 of file main.c.
BOOL WINAPI LocalmonStartDocPort | ( | HANDLE | hPort, |
PWSTR | pPrinterName, | ||
DWORD | JobId, | ||
DWORD | Level, | ||
PBYTE | pDocInfo | ||
) |
Definition at line 896 of file ports.c.
Definition at line 996 of file ports.c.
Definition at line 502 of file xcv.c.
Referenced by LocalmonShutdown().
DWORD WINAPI LocalmonXcvDataPort | ( | HANDLE | hXcv, |
PCWSTR | pszDataName, | ||
PBYTE | pInputData, | ||
DWORD | cbInputData, | ||
PBYTE | pOutputData, | ||
DWORD | cbOutputData, | ||
PDWORD | pcbOutputNeeded | ||
) |
Definition at line 526 of file xcv.c.
BOOL WINAPI LocalmonXcvOpenPort | ( | HANDLE | hMonitor, |
PCWSTR | pszObject, | ||
ACCESS_MASK | GrantedAccess, | ||
PHANDLE | phXcv | ||
) |
Definition at line 566 of file xcv.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | localmon | ) |
|
extern |
Definition at line 11 of file main.c.
Referenced by _LoadResources(), and _LocalmonGetPortLevel2().
|
extern |
Definition at line 12 of file main.c.
Referenced by _LoadResources(), and _LocalmonGetPortLevel2().
|
extern |
Definition at line 13 of file main.c.
Referenced by _LoadResources(), and _LocalmonGetPortLevel2().
|
extern |
Definition at line 14 of file main.c.
Referenced by _LoadResources(), and _LocalmonGetPortLevel2().