DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT structure (ntddstor.h)
The DEVICE_DSM_QUERY_PREFER_LOCAL_REPAIR_OUTPUT structure indicates if the device prefers local repair of storage spaces.
Syntax
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;
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.
Requirements
Requirement | Value |
---|---|
Header | ntddstor.h |