// 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 referenceNo description available.
The DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT structure indicates if the device prefers local repair of storage spaces.
VersionThe size of this structure. This is set to sizeof(DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT).
PreferLocalRepairIndicates if the device prefers local repair of storage spaces.