ulType (ULONG)
Type
of alert in a given category.
If ulCategory is PRTALERT_CATEGORY_CORE, the type will be one of
the following:
Value
1
PRTALERT_TYPE_INPUT
- 1
Input alert (for example, out of paper)
2
PRTALERT_TYPE_OUTPUT
- 2
Output alert (for example, output bin is full)
3
PRTALERT_TYPE_JAM - 3
Paper jam alert
4
PRTALERT_TYPE_OPERATOR
- 4
Operator intervention required (for example, print ribbon jam)
5
PRTALERT_TYPE_CONFIG_CHANGE - 5
Configuration changed (for example, cartridge removed)
6
PRTALERT_TYPE_SUPPLIES - 6
Supplies alert (for example, out of toner)
7
PRTALERT_TYPE_JOB_START
- 7
Job started printing
8
PRTALERT_TYPE_JOB_STACKED
- 8
Job completed and stacked
9
PRTALERT_TYPE_PAGE_PRINTED
- 9
Page printed
10
PRTALERT_TYPE_JOB_CANCELLED
- 10
Job cancelled inside printer
11
PRTALERT_TYPE_JOB_HELD
- 11
Job held inside printer
12
PRTALERT_TYPE_COVER_OPEN
- 12
Cover or panel open.
13
PRTALERT_TYPE_POWER_ON
- 13
Printer powered on
14
PRTALERT_TYPE_RESET
- 14
Printer reset
15
PRTALERT_TYPE_ONLINE
- 15
Printer now online
16
PRTALERT_TYPE_OFFLINE
- 16
Printer now offline
17
PRTALERT_TYPE_TIMED_ALERT
- 17
Timed alert
18
PRTALERT_TYPE_COMMUNICATION_PROBLEM
- 18
Communication problem
19
PRTALERT_TYPE_COMM_STATUS_CHANGED
- 19
Communication status changed. BIDI_Q_PORT should be issued to get current
state.
0xFFFFFFFF
PRTALERT_TYPE_OTHER
- 0xFFFFFFFF
Other alert type
[Back: PRTALERT Field - ulCategory]
[Next: PRTALERT Field - interpreterID]