Struct DSTORAGE_CUSTOM_DECOMPRESSION_RESULT

Struct Documentation

struct DSTORAGE_CUSTOM_DECOMPRESSION_RESULT

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.

Public Members

UINT64 Id

The identifier for the request, from DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST.

HRESULT Result

The result of this decompression. S_OK indicates success.