IDStorageCustomDecompressionQueue 接口 (dstorage.h)

解压缩请求的队列。 这可以通过对工厂使用 QueryInterface 来获取。 应用程序必须接受来自此队列的请求,对其进行解压缩,并报告解压缩已完成。 这允许应用程序提供其自己的自定义解压缩。

继承

IDStorageCustomDecompressionQueue 接口继承自 IUnknown 接口。

方法

IDStorageCustomDecompressionQueue 接口具有这些方法。

 
IDStorageCustomDecompressionQueue::GetEvent

获取要等待的事件。 当存在挂起的解压缩请求时,将设置此事件。
IDStorageCustomDecompressionQueue::GetRequests

使用新的挂起请求填充给定的请求结构数组。
IDStorageCustomDecompressionQueue::SetRequestResults

应用程序调用此项以指示请求已完成。

要求

   
标头 dstorage.h