DRIVERSTATUS - NtDoc

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

typedef struct _DRIVERSTATUS {
  UCHAR bDriverError;
  UCHAR bIDEError;
  UCHAR bReserved[2];
  ULONG dwReserved[2];
} DRIVERSTATUS, *PDRIVERSTATUS, *LPDRIVERSTATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntdddisk-_driverstatus)

_DRIVERSTATUS structure

Description

The DRIVERSTATUS structure is used in conjunction with the SENDCMDOUTPARAMS structure and the SMART_SEND_DRIVE_COMMAND request to retrieve data returned by a Self-Monitoring Analysis and Reporting Technology (SMART) command.

Members

bDriverError

Error code from driver, or 0 if no error.

bIDEError

Contents of IDE Error register.

bReserved

Reserved.

dwReserved

Reserved.

See also

SENDCMDOUTPARAMS

SMART_SEND_DRIVE_COMMAND