ERROR_HISTORY_DIRECTORY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// minitape.h

typedef struct _ERROR_HISTORY_DIRECTORY {
  UCHAR                         T10VendorId[8];
  UCHAR                         ErrorHistoryVersion;
  UCHAR                         ClearSupport : 1;
  UCHAR                         ErrorHistorySource : 2;
  UCHAR                         ErrorHistoryRetrieved : 2;
  UCHAR                         Reserved0 : 3;
  UCHAR                         Reserved1[20];
  UCHAR                         DirectoryLength[2];
  ERROR_HISTORY_DIRECTORY_ENTRY ErrorHistoryDirectoryList[ANYSIZE_ARRAY];
} ERROR_HISTORY_DIRECTORY, *PERROR_HISTORY_DIRECTORY;
View the official Windows Driver Kit DDI reference
// scsi.h

typedef struct _ERROR_HISTORY_DIRECTORY {
  UCHAR                         T10VendorId[8];
  UCHAR                         ErrorHistoryVersion;
  UCHAR                         ClearSupport : 1;
  UCHAR                         ErrorHistorySource : 2;
  UCHAR                         ErrorHistoryRetrieved : 2;
  UCHAR                         Reserved0 : 3;
  UCHAR                         Reserved1[20];
  UCHAR                         DirectoryLength[2];
  ERROR_HISTORY_DIRECTORY_ENTRY ErrorHistoryDirectoryList[ANYSIZE_ARRAY];
} ERROR_HISTORY_DIRECTORY, *PERROR_HISTORY_DIRECTORY;
View the official Windows Driver Kit DDI reference
// storport.h

typedef struct _ERROR_HISTORY_DIRECTORY {
  UCHAR                         T10VendorId[8];
  UCHAR                         ErrorHistoryVersion;
  UCHAR                         ClearSupport : 1;
  UCHAR                         ErrorHistorySource : 2;
  UCHAR                         ErrorHistoryRetrieved : 2;
  UCHAR                         Reserved0 : 3;
  UCHAR                         Reserved1[20];
  UCHAR                         DirectoryLength[2];
  ERROR_HISTORY_DIRECTORY_ENTRY ErrorHistoryDirectoryList[ANYSIZE_ARRAY];
} ERROR_HISTORY_DIRECTORY, *PERROR_HISTORY_DIRECTORY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-minitape-_error_history_directory)

_ERROR_HISTORY_DIRECTORY structure (minitape.h)

Description

Members

T10VendorId

ErrorHistoryVersion

ClearSupport

ErrorHistorySource

ErrorHistoryRetrieved

Reserved0

Reserved1

DirectoryLength

ErrorHistoryDirectoryList

Remarks

See also


Windows Driver Kit DDI reference (ns-scsi-_error_history_directory)

_ERROR_HISTORY_DIRECTORY structure (scsi.h)

Description

Members

T10VendorId

ErrorHistoryVersion

ClearSupport

ErrorHistorySource

ErrorHistoryRetrieved

Reserved0

Reserved1

DirectoryLength

ErrorHistoryDirectoryList

Remarks

See also


Windows Driver Kit DDI reference (ns-storport-_error_history_directory)

_ERROR_HISTORY_DIRECTORY structure (storport.h)

Description

Members

T10VendorId

ErrorHistoryVersion

ClearSupport

ErrorHistorySource

ErrorHistoryRetrieved

Reserved0

Reserved1

DirectoryLength

ErrorHistoryDirectoryList

Remarks

See also