Property Name
Status
Property Type
Long
Description
Returns an integer value indicating the current status of the print
queue.
This property is read-only.
Example
Dim PrintQueueOperations As
IADsPrintQueueOperations
'Get the interface. In the path HP DeskJet 500C is the print
queue.
Set PrintQueueOperations = GetObject ("NTDS://MSFT/MOON/HP DeskJet
500C")
'Get Status property
Debug.Print PrintQueueOperations.Status
See Also
Printer Status Codes