IADsPrintJobOperations interface (iads.h)

The IADsPrintJobOperations interface is a dual interface that inherits from IADs. It is used to control a print job across a network. A print job object that implements the IADsPrintJob interface will also support the following features for this interface:

  • To examine the operational status and other information.
  • To interrupt a running print job.
  • To resume a paused print job.

Inheritance

The IADsPrintJobOperations interface inherits from IDispatch and IADs. IADsPrintJobOperations also has these types of members:

Methods

The IADsPrintJobOperations interface has these methods.

 
IADsPrintJobOperations::Pause

The IADsPrintJobOperations::Pause method halts the processing of the current print job. Call the IADsPrintJobOperations::Resume method to continue the processing.
IADsPrintJobOperations::Resume

The IADsPrintJobOperations::Resume method continues the print job halted by the IADsPrintJobOperations::Pause method.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header iads.h

See also

IADs

IADsPrintJob

IDispatch