|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| winspool.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
JOB_INFO_2
The JOB_INFO_2 structure describes a full set of values associated with a job.
typedef struct _JOB_INFO_2 { // ji2
DWORD JobId;
LPTSTR pPrinterName;
LPTSTR pMachineName;
LPTSTR pUserName;
LPTSTR pDocument;
LPTSTR pNotifyName;
LPTSTR pDatatype;
LPTSTR pPrintProcessor;
LPTSTR pParameters;
LPTSTR pDriverName;
LPDEVMODE pDevMode;
LPTSTR pStatus;
PSECURITY_DESCRIPTOR pSecurityDescriptor;
DWORD Status;
DWORD Priority;
DWORD Position;
DWORD StartTime;
DWORD UntilTime;
DWORD TotalPages;
DWORD Size;
SYSTEMTIME Submitted;
DWORD Time;
DWORD PagesPrinted ;
} JOB_INFO_2;
Members
JobId
Specifies a job identifier value.
pPrinterName
Points to a null-terminated string that specifies the name of the printer for
which the job is spooled.
pMachineName
Points to a null-terminated string that specifies the name of the machine that
created the print job.
pUserName
Points to a null-terminated string that specifies the name of the user who
owns the print job.
pDocument
Points to a null-terminated string that specifies the name of the print job
(for example, "MS-WORD: Review.doc").
pNotifyName
Points to a null-terminated string that specifies the name of the user who
should be notified when the job has been printed or when an error occurs while
printing the job.
pDatatype
Points to a null-terminated string that specifies the type of data used to
record the print job.
pPrintProcessor
Points to a null-terminated string that specifies the name of the print
processor that should be used to print the job.
pParameters
Points to a null-terminated string that specifies print-processor parameters.
pDriverName
Points to a null-terminated string that specifies the name of the printer
driver that should be used to process the print job.
pDevMode
Points to a DEVMODE structure that contains device-initialization and environment data for the
printer driver.
pStatus
Points to a null-terminated string that specifies the status of the print job.
This member should be checked prior to Status and, if pStatus is NULL, the status is defined by the contents of the Status member.
pSecurityDescriptor
The value of this member is NULL. Retrieval and setting of document security
descriptors is not supported in this release.
Status
Specifies the job status. This member can be one or more of the following
values:
JOB_STATUS_PAUSED
JOB_STATUS_ERROR
JOB_STATUS_DELETING
JOB_STATUS_SPOOLING
JOB_STATUS_PRINTING
JOB_STATUS_OFFLINE
JOB_STATUS_PAPEROUT
JOB_STATUS_PRINTED
Priority
Specifies the job priority. This member can be one of the following values or
in the range between 1 through 99 (MIN_PRIORITY through MAX_PRIORITY):
Value
| Meaning
| MIN_PRIORITY
| Minimum priority.
| MAX_PRIORITY
| Maximum priority.
| DEF_PRIORITY
| Default priority.
|
Position
Specifies the job's position in the print queue.
StartTime
Specifies the earliest time that the job can be printed.
UntilTime
Specifies the the latest time that the job can be printed.
TotalPages
Specifies the number of pages required for the job.
Size
Specifies the size, in bytes, of the job.
Submitted
Specifies the time when the job was submitted.
Time
Specifies the total time, in seconds, that has elapsed since the job began
printing.
PagesPrinted
Specifies the number of pages that have printed.
See Also
DEVMODE, EnumJobs, GetJob, SetJob
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|