ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
Functions | |
DWORD | _RpcAddJob (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD Level, BYTE *pAddJob, DWORD cbBuf, DWORD *pcbNeeded) |
DWORD | _RpcEnumJobs (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD FirstJob, DWORD NoJobs, DWORD Level, BYTE *pJob, DWORD cbBuf, DWORD *pcbNeeded, DWORD *pcReturned) |
DWORD | _RpcGetJob (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD JobId, DWORD Level, BYTE *pJob, DWORD cbBuf, DWORD *pcbNeeded) |
DWORD | _RpcScheduleJob (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD JobId) |
DWORD | _RpcSetJob (WINSPOOL_PRINTER_HANDLE hPrinter, DWORD JobId, WINSPOOL_JOB_CONTAINER *pJobContainer, DWORD Command) |
DWORD _RpcAddJob | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
DWORD | Level, | ||
BYTE * | pAddJob, | ||
DWORD | cbBuf, | ||
DWORD * | pcbNeeded | ||
) |
Definition at line 12 of file jobs.c.
Referenced by AddJobW(), and pointer_default().
DWORD _RpcEnumJobs | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
DWORD | FirstJob, | ||
DWORD | NoJobs, | ||
DWORD | Level, | ||
BYTE * | pJob, | ||
DWORD | cbBuf, | ||
DWORD * | pcbNeeded, | ||
DWORD * | pcReturned | ||
) |
Definition at line 43 of file jobs.c.
Referenced by EnumJobsW(), and pointer_default().
DWORD _RpcGetJob | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
DWORD | JobId, | ||
DWORD | Level, | ||
BYTE * | pJob, | ||
DWORD | cbBuf, | ||
DWORD * | pcbNeeded | ||
) |
Definition at line 78 of file jobs.c.
Referenced by GetJobW(), and pointer_default().
DWORD _RpcScheduleJob | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
DWORD | JobId | ||
) |
Definition at line 110 of file jobs.c.
Referenced by EndDocPrinter(), pointer_default(), and ScheduleJob().
DWORD _RpcSetJob | ( | WINSPOOL_PRINTER_HANDLE | hPrinter, |
DWORD | JobId, | ||
WINSPOOL_JOB_CONTAINER * | pJobContainer, | ||
DWORD | Command | ||
) |
Definition at line 129 of file jobs.c.
Referenced by pointer_default(), and SetJobW().