DSTORAGE_ERROR_RECORD structure (dstorage.h)

Structure to receive the detailed record of a failed DirectStorage request.

Syntax

struct DSTORAGE_ERROR_RECORD {
  UINT32                       FailureCount;
  DSTORAGE_ERROR_FIRST_FAILURE FirstFailure;
};

Members

FailureCount

The number of failed requests in the queue since the last RetrieveErrorRecord call.

FirstFailure

Detailed record about the first failed command in the enqueue order.

Requirements

   
Header dstorage.h