GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST - NtDoc

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

typedef struct _GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST {
  ULONG                                    Version;
  ULONG                                    Size;
  DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE RequestDataType;
  DEVICE_INTERNAL_STATUS_DATA_SET          RequestDataSet;
} GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST, *PGET_DEVICE_INTERNAL_STATUS_DATA_REQUEST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddstor-get_device_internal_status_data_request)

GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST structure

Description

The GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST structure describes the internal status data being requested through IOCTL_STORAGE_GET_DEVICE_INTERNAL_LOG.

Members

Version

Version of this structure. Set to sizeof(GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST).

Size

Total size in bytes of this structure. Set to sizeof(GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST).

RequestDataType

A DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE enumeration that identifies the data type being requested.

RequestDataSet

A DEVICE_INTERNAL_STATUS_DATA_SET enumeration that identifies the device status data set.

Remarks

GET_DEVICE_INTERNAL_STATUS_DATA_REQUEST is the input buffer for IOCTL_STORAGE_GET_DEVICE_INTERNAL_LOG.

See also

DEVICE_INTERNAL_STATUS_DATA

DEVICE_INTERNAL_STATUS_DATA_REQUEST_TYPE

DEVICE_INTERNAL_STATUS_DATA_SET

IOCTL_STORAGE_GET_DEVICE_INTERNAL_LOG