ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL WINAPI | AddJobW (HANDLE hPrinter, DWORD Level, PBYTE pData, DWORD cbBuf, PDWORD pcbNeeded) |
BOOL WINAPI | EnumJobsW (HANDLE hPrinter, DWORD FirstJob, DWORD NoJobs, DWORD Level, PBYTE pJob, DWORD cbBuf, PDWORD pcbNeeded, PDWORD pcReturned) |
BOOL WINAPI | GetJobW (HANDLE hPrinter, DWORD JobId, DWORD Level, PBYTE pJob, DWORD cbBuf, PDWORD pcbNeeded) |
BOOL WINAPI | ScheduleJob (HANDLE hPrinter, DWORD dwJobID) |
BOOL WINAPI | SetJobW (HANDLE hPrinter, DWORD JobId, DWORD Level, PBYTE pJobInfo, DWORD Command) |
Definition at line 11 of file jobs.c.
Referenced by _RpcAddJob(), and AddJobA().
BOOL WINAPI EnumJobsW | ( | HANDLE | hPrinter, |
DWORD | FirstJob, | ||
DWORD | NoJobs, | ||
DWORD | Level, | ||
PBYTE | pJob, | ||
DWORD | cbBuf, | ||
PDWORD | pcbNeeded, | ||
PDWORD | pcReturned | ||
) |
Definition at line 26 of file jobs.c.
Referenced by _RpcEnumJobs(), and EnumJobsA().
BOOL WINAPI GetJobW | ( | HANDLE | hPrinter, |
DWORD | JobId, | ||
DWORD | Level, | ||
PBYTE | pJob, | ||
DWORD | cbBuf, | ||
PDWORD | pcbNeeded | ||
) |
Definition at line 41 of file jobs.c.
Referenced by _RpcGetJob(), and GetJobA().
Definition at line 56 of file jobs.c.
Referenced by _RpcScheduleJob().
Definition at line 71 of file jobs.c.
Referenced by _RpcSetJob(), and SetJobA().