|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| winspool.h
| Unicode
| No
| Platform Notes
| None
|
|
|
JOB_INFO_3
[New - Windows NT]
The JOB_INFO_3 structure is used to link together a set of print jobs.
typedef struct _JOB_INFO_3 { // ji2
DWORD JobId;
DWORD JobIdNextJob;
DWORD Reserved;
} JOB_INFO_3;
Members
JobId
Print job identifer.
JobIdNextJob
Print job identifier for the next print job in the linked set of print jobs.
Reserved
This value is reserved for future use. You must set it to zero.
See Also
EnumJobs, GetJob, SetJob
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|