DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT - NtDoc

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

typedef struct _DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT {
  ULONG   Version;
  BOOLEAN PreferLocalRepair;
} DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT, *PDEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT structure indicates if the device prefers local repair of storage spaces.

Members

Version

The size of this structure. This is set to sizeof(DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT).

PreferLocalRepair

Indicates if the device prefers local repair of storage spaces.

Remarks

See also