CURRENT_DEVICE_INTERNAL_STATUS_LOG - NtDoc

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

typedef struct _CURRENT_DEVICE_INTERNAL_STATUS_LOG {
  UCHAR  LogAddress;
  UCHAR  Reserved0[3];
  ULONG  OrganizationID;
  USHORT Area1LastLogPage;
  USHORT Area2LastLogPage;
  USHORT Area3LastLogPage;
  UCHAR  Reserved2[368];
  UCHAR  SavedDataAvailable;
  UCHAR  SavedDataGenerationNumber;
  UCHAR  ReasonIdentifier[128];
} CURRENT_DEVICE_INTERNAL_STATUS_LOG, *PCURRENT_DEVICE_INTERNAL_STATUS_LOG;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ata-_current_device_internal_status_log)

_CURRENT_DEVICE_INTERNAL_STATUS_LOG structure

Description

Members

LogAddress

Reserved0

OrganizationID

Area1LastLogPage

Area2LastLogPage

Area3LastLogPage

Reserved2

SavedDataAvailable

SavedDataGenerationNumber

ReasonIdentifier

Remarks

See also