IADsPrintJobOperations 接口 (iads.h)

IADsPrintJobOperations 接口是继承自 IAD 的双接口。 它用于通过网络控制打印作业。 实现 IADsPrintJob 接口的打印作业对象还将支持此接口的以下功能:

  • 检查操作状态和其他信息。
  • 中断正在运行的打印作业。
  • 恢复暂停的打印作业。

继承

IADsPrintJobOperations 接口继承自 IDispatchIADIADsPrintJobOperations 也具有以下类型的成员:

方法

IADsPrintJobOperations 接口具有这些方法。

 
IADsPrintJobOperations::P ause

IADsPrintJobOperations::P ause 方法停止处理当前打印作业。 调用 IADsPrintJobOperations::Resume 方法以继续处理。
IADsPrintJobOperations::Resume

IADsPrintJobOperations::Resume 方法继续由 IADsPrintJobOperations::P ause 方法停止的打印作业。

要求

要求
最低受支持的客户端 Windows Vista
最低受支持的服务器 Windows Server 2008
目标平台 Windows
标头 iads.h

另请参阅

IAD

IADsPrintJob

IDispatch