IPrinterScriptUsbJobContextReturnCodes 接口
IPrinterScriptUsbJobContextReturnCodes 接口表示 IHV 为其 JavaScript 函数定义的返回代码数组。
此接口由 IPrinterScriptUsbJobContext::ReturnCodes 方法返回。
成员
IPrinterScriptUsbJobContextReturnCodes 接口继承自 IUnknown 接口。 IPrinterScriptUsbJobContextReturnCodes 也具有以下类型的成员:
方法
IPrinterScriptUsbJobContextReturnCodes 接口具有以下方法:
方法 | 说明 |
---|---|
AbortTheJob | 返回值“4”以通知 USBMon 必须中止打印作业。 |
DeviceBusy | 返回值“3”以通知 USBMon 设备信道目前不接受数据。 |
失败 | 返回值“1”以通知 USBMon 方法调用失败。 |
重试 | 返回值“2”以通知 USBMon 方法调用成功,需要完成更多工作。 |
成功 | 返回零 (0) 的值,以通知 USBMon 函数调用成功完成。 |
要求
支持的最低客户端:Windows 8.1
支持的最低服务器:Windows Server 2012 R2