ADSI PrintQueue Object

ADSI PrintQueue Object represents a print queue service, receiving and managing print requests from clients across a network, and sending the requests to available print devices for the actual printing. A print queue service typically allows clients to view and sometimes modify their print requests. An administrator may also need to change priorities of print requests by changing their order in the queue or modify the queue in other ways to improve the efficiency of the print service.

Interfaces typically supported on ADSI PrintQueue Object Description
IUnknown Universal COM object management and interface query methods.
IDispatch Automation methods for late-bound access to an object's methods and properties.
IADs Standard Active Directory object management methods.
IADsPrintQueue Management methods for a print queue object and its persistent properties.
IADsPrintQueueOperations Management methods for a print queue's non-persistent properties.

QuickInfo

  Windows NT: Use version 4.0 and later.

See Also

IADsPrintJob, IADsPrintJobOperations, IADsPrintQueue, IADsPrintQueueOperations, ADSI Collection Object, ADSI PrintJob Object