|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmalert.h
| Unicode
| No
| Platform Notes
| None
|
|
|
PRINT_OTHER_INFO
The PRINT_OTHER_INFO structure contains information about the print job.
typedef struct _PRINT_OTHER_INFO {
DWORD alrtpr_jobid;
DWORD alrtpr_status;
DWORD alrtpr_submitted;
DWORD alrtpr_size;
}PRINT_OTHER_INFO, *PPRINT_OTHER_INFO, *LPPRINT_OTHER_INFO;
Members
alrtpr_jobid
Specifies the identification number of the print job.
alrtpr_status
Specifies the status of the print job.
alrtpr_submitted
Specifies the time at which the print job was submitted. This value is stored
as the number of seconds elapsed since 00:00:00, January 1, 1970.
alrtpr_size
Specifies the size, in bytes, of the print job.
See Also
NetAlertRaise
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|