IDStorageCustomDecompressionQueue interface (dstorage.h)

A queue of decompression requests. This can be obtained using QueryInterface against the factory. Your application must take requests from this queue, decompress them, and report that decompression is complete. That allows an application to provide its own custom decompression.

Inheritance

The IDStorageCustomDecompressionQueue interface inherits from the IUnknown interface.

Methods

The IDStorageCustomDecompressionQueue interface has these methods.

 
IDStorageCustomDecompressionQueue::GetEvent

Obtains an event to wait on. This event is set when there are pending decompression requests.
IDStorageCustomDecompressionQueue::GetRequests

Populates the given array of request structs with new pending requests.
IDStorageCustomDecompressionQueue::SetRequestResults

Your application calls this to indicate that requests have been completed.

Requirements

   
Header dstorage.h