|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |||||||||||||||
ClosePrintProcessor | |||||||||||||||
Closes a Print Processor Handle that has previously been opened through OpenPrintProcessor.
| |||||||||||||||
| BOOL WINAPI | ClosePrintProcessor (HANDLE hPrintProcessor) | ||||||||||||||
| BOOL WINAPI | ControlPrintProcessor (HANDLE hPrintProcessor, DWORD Command) | ||||||||||||||
EnumPrintProcessorDatatypesW | |||||||||||||||
Obtains an array of all datatypes supported by this Print Processor.
| |||||||||||||||
| BOOL WINAPI | EnumPrintProcessorDatatypesW (PWSTR pName, PWSTR pPrintProcessorName, DWORD Level, PBYTE pDatatypes, DWORD cbBuf, PDWORD pcbNeeded, PDWORD pcReturned) | ||||||||||||||
| DWORD WINAPI | GetPrintProcessorCapabilities (PWSTR pValueName, DWORD dwAttributes, PBYTE pData, DWORD nSize, PDWORD pcbNeeded) | ||||||||||||||
OpenPrintProcessor | |||||||||||||||
Prepares this Print Processor for processing a document.
| |||||||||||||||
| HANDLE WINAPI | OpenPrintProcessor (PWSTR pPrinterName, PPRINTPROCESSOROPENDATA pPrintProcessorOpenData) | ||||||||||||||
PrintDocumentOnPrintProcessor | |||||||||||||||
Prints a document on this Print Processor after a handle for the document has been opened through OpenPrintProcessor.
| |||||||||||||||
| BOOL WINAPI | PrintDocumentOnPrintProcessor (HANDLE hPrintProcessor, PWSTR pDocumentName) | ||||||||||||||
Variables | |
| static PCWSTR | _pwszDatatypes [] |
Definition at line 30 of file main.c.
| BOOL WINAPI EnumPrintProcessorDatatypesW | ( | PWSTR | pName, |
| PWSTR | pPrintProcessorName, | ||
| DWORD | Level, | ||
| PBYTE | pDatatypes, | ||
| DWORD | cbBuf, | ||
| PDWORD | pcbNeeded, | ||
| PDWORD | pcReturned | ||
| ) |
Definition at line 111 of file main.c.
| DWORD WINAPI GetPrintProcessorCapabilities | ( | PWSTR | pValueName, |
| DWORD | dwAttributes, | ||
| PBYTE | pData, | ||
| DWORD | nSize, | ||
| PDWORD | pcbNeeded | ||
| ) |
Definition at line 165 of file main.c.
| HANDLE WINAPI OpenPrintProcessor | ( | PWSTR | pPrinterName, |
| PPRINTPROCESSOROPENDATA | pPrintProcessorOpenData | ||
| ) |
Definition at line 189 of file main.c.
Definition at line 255 of file main.c.
|
static |
Definition at line 11 of file main.c.
Referenced by EnumPrintProcessorDatatypesW().