ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
DWORD _RpcAbortPrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter | ) |
Definition at line 12 of file printers.c.
Referenced by AbortPrinter(), and pointer_default().
DWORD _RpcAddPrinter | ( | WINSPOOL_HANDLE | pName, |
WINSPOOL_PRINTER_CONTAINER * | pPrinterContainer, | ||
WINSPOOL_DEVMODE_CONTAINER * | pDevModeContainer, | ||
WINSPOOL_SECURITY_CONTAINER * | pSecurityContainer, | ||
WINSPOOL_PRINTER_HANDLE * | pHandle | ||
) |
Definition at line 31 of file printers.c.
Referenced by AddPrinterW(), and pointer_default().
DWORD _RpcAddPrinterEx | ( | WINSPOOL_HANDLE | pName, |
WINSPOOL_PRINTER_CONTAINER * | pPrinterContainer, | ||
WINSPOOL_DEVMODE_CONTAINER * | pDevModeContainer, | ||
WINSPOOL_SECURITY_CONTAINER * | pSecurityContainer, | ||
WINSPOOL_SPLCLIENT_CONTAINER * | pClientInfo, | ||
WINSPOOL_PRINTER_HANDLE * | pHandle | ||
) |
Definition at line 38 of file printers.c.
Referenced by pointer_default().
DWORD _RpcClosePrinter | ( | WINSPOOL_PRINTER_HANDLE * | phPrinter | ) |
Definition at line 45 of file printers.c.
Referenced by AddPrinterW(), ClosePrinter(), and pointer_default().
DWORD _RpcDeletePrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter | ) |
Definition at line 66 of file printers.c.
Referenced by AddPrinterW(), DeletePrinter(), and pointer_default().
DWORD _RpcEndDocPrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter | ) |
Definition at line 85 of file printers.c.
Referenced by EndDocPrinter(), and pointer_default().
DWORD _RpcEndPagePrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter | ) |
Definition at line 104 of file printers.c.
Referenced by EndPagePrinter(), and pointer_default().
DWORD _RpcEnumPrinters | ( | DWORD | Flags, |
WINSPOOL_HANDLE | Name, | ||
DWORD | Level, | ||
BYTE * | pPrinterEnum, | ||
DWORD | cbBuf, | ||
DWORD * | pcbNeeded, | ||
DWORD * | pcReturned | ||
) |
Definition at line 123 of file printers.c.
Referenced by EnumPrintersW(), and pointer_default().
DWORD _RpcFlushPrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
BYTE * | pBuf, | ||
DWORD | cbBuf, | ||
DWORD * | pcWritten, | ||
DWORD | cSleep | ||
) |
Definition at line 155 of file printers.c.
Referenced by pointer_default().
DWORD _RpcGetPrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
DWORD | Level, | ||
BYTE * | pPrinter, | ||
DWORD | cbBuf, | ||
DWORD * | pcbNeeded | ||
) |
Definition at line 162 of file printers.c.
Referenced by GetPrinterW(), and pointer_default().
DWORD _RpcOpenPrinter | ( | WINSPOOL_HANDLE | pPrinterName, |
WINSPOOL_PRINTER_HANDLE * | phPrinter, | ||
WCHAR * | pDatatype, | ||
WINSPOOL_DEVMODE_CONTAINER * | pDevModeContainer, | ||
DWORD | AccessRequired | ||
) |
Definition at line 194 of file printers.c.
Referenced by OpenPrinterW(), and pointer_default().
DWORD _RpcOpenPrinterEx | ( | WINSPOOL_HANDLE | pPrinterName, |
WINSPOOL_PRINTER_HANDLE * | pHandle, | ||
WCHAR * | pDatatype, | ||
WINSPOOL_DEVMODE_CONTAINER * | pDevModeContainer, | ||
DWORD | AccessRequired, | ||
WINSPOOL_SPLCLIENT_CONTAINER * | pClientInfo | ||
) |
Definition at line 218 of file printers.c.
Referenced by pointer_default().
DWORD _RpcReadPrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
BYTE * | pBuf, | ||
DWORD | cbBuf, | ||
DWORD * | pcNoBytesRead | ||
) |
Definition at line 225 of file printers.c.
Referenced by pointer_default(), and ReadPrinter().
DWORD _RpcResetPrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
WCHAR * | pDatatype, | ||
WINSPOOL_DEVMODE_CONTAINER * | pDevModeContainer | ||
) |
Definition at line 244 of file printers.c.
Referenced by pointer_default().
DWORD _RpcResetPrinterEx | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
WCHAR * | pDatatype, | ||
WINSPOOL_DEVMODE_CONTAINER * | pDevModeContainer, | ||
DWORD | dwFlags | ||
) |
Definition at line 251 of file printers.c.
Referenced by pointer_default().
DWORD _RpcSeekPrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
LARGE_INTEGER | liDistanceToMove, | ||
PLARGE_INTEGER | pliNewPointer, | ||
DWORD | dwMoveMethod, | ||
BOOL | bWrite | ||
) |
Definition at line 293 of file printers.c.
Referenced by pointer_default(), and SeekPrinter().
DWORD _RpcSetPrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
WINSPOOL_PRINTER_CONTAINER * | pPrinterContainer, | ||
WINSPOOL_DEVMODE_CONTAINER * | pDevModeContainer, | ||
WINSPOOL_SECURITY_CONTAINER * | pSecurityContainer, | ||
DWORD | Command | ||
) |
Definition at line 312 of file printers.c.
Referenced by pointer_default(), and SetPrinterW().
DWORD _RpcStartDocPrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
WINSPOOL_DOC_INFO_CONTAINER * | pDocInfoContainer, | ||
DWORD * | pJobId | ||
) |
Definition at line 319 of file printers.c.
Referenced by _StartDocPrinterWithRPC(), and pointer_default().
DWORD _RpcStartPagePrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter | ) |
Definition at line 338 of file printers.c.
Referenced by pointer_default(), and StartPagePrinter().
DWORD _RpcWritePrinter | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
BYTE * | pBuf, | ||
DWORD | cbBuf, | ||
DWORD * | pcWritten | ||
) |
Definition at line 357 of file printers.c.
Referenced by pointer_default(), and WritePrinter().