|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Definition at line 11 of file printers.c.
Referenced by _RpcAbortPrinter().
| HANDLE WINAPI AddPrinterExW | ( | PWSTR | pName, |
| DWORD | Level, | ||
| PBYTE | pPrinter, | ||
| PBYTE | pClientInfo, | ||
| DWORD | ClientInfoLevel | ||
| ) |
Definition at line 29 of file printers.c.
Definition at line 105 of file printers.c.
Referenced by AddPrinterA().
Definition at line 176 of file printers.c.
Referenced by _RpcClosePrinter(), DeviceCapabilitiesW(), DocumentPropertiesW(), and SpoolerPrinterEvent().
Definition at line 202 of file printers.c.
Referenced by _RpcDeletePrinter().
Definition at line 217 of file printers.c.
Referenced by _RpcEndDocPrinter().
Definition at line 232 of file printers.c.
Referenced by _RpcEndPagePrinter().
| BOOL WINAPI EnumPrintersW | ( | DWORD | Flags, |
| PWSTR | Name, | ||
| DWORD | Level, | ||
| PBYTE | pPrinterEnum, | ||
| DWORD | cbBuf, | ||
| PDWORD | pcbNeeded, | ||
| PDWORD | pcReturned | ||
| ) |
Definition at line 247 of file printers.c.
Referenced by _RpcEnumPrinters(), and EnumPrintersA().
| BOOL WINAPI GetPrinterW | ( | HANDLE | hPrinter, |
| DWORD | Level, | ||
| PBYTE | pPrinter, | ||
| DWORD | cbBuf, | ||
| PDWORD | pcbNeeded | ||
| ) |
Definition at line 312 of file printers.c.
Referenced by _RpcGetPrinter(), get_devmodeW(), GetPrinterA(), IntFixUpDevModeNames(), PrinterProperties(), QuerySpoolMode(), and StartDocDlgW().
| BOOL WINAPI OpenPrinterW | ( | PWSTR | pPrinterName, |
| PHANDLE | phPrinter, | ||
| PPRINTER_DEFAULTSW | pDefault | ||
| ) |
Definition at line 345 of file printers.c.
Referenced by _RpcOpenPrinter(), DeviceCapabilitiesW(), DocumentPropertiesW(), OpenPrinterA(), and SpoolerPrinterEvent().
| DWORD WINAPI PrinterMessageBoxW | ( | HANDLE | hPrinter, |
| DWORD | Error, | ||
| HWND | hWnd, | ||
| LPWSTR | pText, | ||
| LPWSTR | pCaption, | ||
| DWORD | dwType | ||
| ) |
Definition at line 330 of file printers.c.
Definition at line 397 of file printers.c.
Referenced by _RpcReadPrinter().
| BOOL WINAPI SeekPrinter | ( | HANDLE | hPrinter, |
| LARGE_INTEGER | liDistanceToMove, | ||
| PLARGE_INTEGER | pliNewPointer, | ||
| DWORD | dwMoveMethod, | ||
| BOOL | bWrite | ||
| ) |
Definition at line 412 of file printers.c.
Referenced by _RpcSeekPrinter().
Definition at line 427 of file printers.c.
Referenced by SetPrinterA().
Definition at line 442 of file printers.c.
Referenced by _RpcStartDocPrinter(), and StartDocPrinterA().
Definition at line 457 of file printers.c.
Referenced by _RpcStartPagePrinter().
Definition at line 472 of file printers.c.
Referenced by _RpcWritePrinter().
| BOOL WINAPI XcvDataW | ( | HANDLE | hXcv, |
| PCWSTR | pszDataName, | ||
| PBYTE | pInputData, | ||
| DWORD | cbInputData, | ||
| PBYTE | pOutputData, | ||
| DWORD | cbOutputData, | ||
| PDWORD | pcbOutputNeeded, | ||
| PDWORD | pdwStatus | ||
| ) |
Definition at line 487 of file printers.c.