ERROR_HISTORY_DIRECTORY_ENTRY - NtDoc

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

typedef struct _ERROR_HISTORY_DIRECTORY_ENTRY {
  UCHAR SupportedBufferId;
  UCHAR BufferFormat;
  UCHAR BufferSource : 4;
  UCHAR Reserved0 : 4;
  UCHAR Reserved1;
  UCHAR MaxAvailableLength[4];
} ERROR_HISTORY_DIRECTORY_ENTRY, *PERROR_HISTORY_DIRECTORY_ENTRY;
View the official Windows Driver Kit DDI reference
// scsi.h

typedef struct _ERROR_HISTORY_DIRECTORY_ENTRY {
  UCHAR SupportedBufferId;
  UCHAR BufferFormat;
  UCHAR BufferSource : 4;
  UCHAR Reserved0 : 4;
  UCHAR Reserved1;
  UCHAR MaxAvailableLength[4];
} ERROR_HISTORY_DIRECTORY_ENTRY, *PERROR_HISTORY_DIRECTORY_ENTRY;
View the official Windows Driver Kit DDI reference
// storport.h

typedef struct _ERROR_HISTORY_DIRECTORY_ENTRY {
  UCHAR SupportedBufferId;
  UCHAR BufferFormat;
  UCHAR BufferSource : 4;
  UCHAR Reserved0 : 4;
  UCHAR Reserved1;
  UCHAR MaxAvailableLength[4];
} ERROR_HISTORY_DIRECTORY_ENTRY, *PERROR_HISTORY_DIRECTORY_ENTRY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ERROR_HISTORY_DIRECTORY_ENTRY structure (minitape.h)

Description

Members

SupportedBufferId

BufferFormat

BufferSource

Reserved0

Reserved1

MaxAvailableLength

Remarks

See also


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

_ERROR_HISTORY_DIRECTORY_ENTRY structure (scsi.h)

Description

Members

SupportedBufferId

BufferFormat

BufferSource

Reserved0

Reserved1

MaxAvailableLength

Remarks

See also


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

_ERROR_HISTORY_DIRECTORY_ENTRY structure (storport.h)

Description

Members

SupportedBufferId

BufferFormat

BufferSource

Reserved0

Reserved1

MaxAvailableLength

Remarks

See also