Called when a printer status report is received from the Print SCP.
Syntax
Parameters
- eventTypeID
-
Specifies the Event Type ID which indicates normal, warning, or failure conditions.
Possible values are:
Value | Meaning |
1 |
Normal condition (Event Type Name = Normal). In this case, the parameter
reportInformation will be a null reference (Nothing in Visual
Basic).
|
2 |
Warning condition (Event Type Name = Warning).
|
3 |
Failure condition (Event Type Name = Failure).
|
- reportInformation
-
A DicomPrinterReportInformation object that specifies printer information
in warning and failure conditions. This can be a null reference (Nothing in Visual Basic)
and it is always a null reference if the parameter eventTypeID
is equal to 1 (normal condition).
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also