IDStorageCustomDecompressionQueue::GetRequests method (dstorage.h)

Populates the given array of request structs with new pending requests. Your application must arrange to fulfill all these requests, and then call IDStorageCustomDecompressionQueue::SetRequestResults to indicate completion.

Syntax

HRESULT GetRequests(
  UINT32                                maxRequests,
  DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST *requests,
  UINT32                                *numRequests
);

Parameters

maxRequests

The maximum number of requests to return.

requests

An array of requests; its size is specified by numRequests.

numRequests

The number of requests in requests.

Return value

Standard HRESULT error code.

Requirements

   
Header dstorage.h