DSTORAGE_CUSTOM_DECOMPRESSION_RESULT structure (dstorage.h)

The result of a custom decompression operation. If the request failed, then the Result code is passed back through the standard DirectStorage status/error reporting mechanism.

Syntax

struct DSTORAGE_CUSTOM_DECOMPRESSION_RESULT {
  UINT64  Id;
  HRESULT Result;
};

Members

Id

The identifier for the request, from DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST.

Result

The result of this decompression. S_OK indicates success.

Requirements

   
Header dstorage.h