IPrintSchemaAsyncOperationEvent 接口 (printerextension.h)
公开验证、合并或提交完成事件委托。
继承
IPrintSchemaAsyncOperationEvent 接口继承自 IDispatch 接口。
方法
IPrintSchemaAsyncOperationEvent 接口具有这些方法。
IPrintSchemaAsyncOperationEvent::Completed 在完成由 IPrintSchemaAsyncOperation 上下文表示的异步 PrintSchema 操作时调用 。 |
注解
实现 IPrintSchemaAsyncOperationEvent 的事件接收器和事件源 IPrintSchemaAsyncOperation 通过 IConnectionPoint 机制进行连接。 必须通过在 IPrinterQueue 对象上调用 QueryInterface 来检索指向 IConnectionPoint 接口的指针。
必须在实现 IPrinterQueueEvent 的事件接收器上实现 IDispatch::Invoke,因为这是引发事件的机制。 在 IDispatch 接口上提供其他方法的存根实现就足够了。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 |
最低受支持的服务器 | Windows Server 2012 |
目标平台 | Windows |
标头 | printerextension.h |