STORAGE_DEVICE_RESILIENCY_DESCRIPTOR - NtDoc

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

typedef struct _STORAGE_DEVICE_RESILIENCY_DESCRIPTOR {
  ULONG Version;
  ULONG Size;
  ULONG NameOffset;
  ULONG NumberOfLogicalCopies;
  ULONG NumberOfPhysicalCopies;
  ULONG PhysicalDiskRedundancy;
  ULONG NumberOfColumns;
  ULONG Interleave;
} STORAGE_DEVICE_RESILIENCY_DESCRIPTOR, *PSTORAGE_DEVICE_RESILIENCY_DESCRIPTOR;
View the official Windows Driver Kit DDI reference
// winioctl.h

typedef struct _STORAGE_DEVICE_RESILIENCY_DESCRIPTOR {
  DWORD Version;
  DWORD Size;
  DWORD NameOffset;
  DWORD NumberOfLogicalCopies;
  DWORD NumberOfPhysicalCopies;
  DWORD PhysicalDiskRedundancy;
  DWORD NumberOfColumns;
  DWORD Interleave;
} STORAGE_DEVICE_RESILIENCY_DESCRIPTOR, *PSTORAGE_DEVICE_RESILIENCY_DESCRIPTOR;
View the official Win32 API reference

NtDoc

No description available.

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

_STORAGE_DEVICE_RESILIENCY_DESCRIPTOR structure

Description

Reserved for system use.

Members

Version

Contains the size of this structure, in bytes. The value of this member will change as members are added to the structure. Set to sizeof(STORAGE_DEVICE_RESILIENCY_DESCRIPTOR).

Size

Specifies the total size of the data returned, in bytes. This may include data that follows this structure.

NameOffset

Byte offset to the null-terminated ASCII string containing the resiliency properties Name. For devices with no Name property, this will be zero.

NumberOfLogicalCopies

Number of logical copies of data that are available.

NumberOfPhysicalCopies

Number of complete copies of data that are stored.

PhysicalDiskRedundancy

Number of disks that can fail without leading to data loss.

NumberOfColumns

Number of columns in the storage device.

Interleave

Size of a stripe unit of the storage device, in bytes. This is also referred to as the stripe width or interleave of the storage device.

See also

IOCTL_STORAGE_QUERY_PROPERTY


Win32 API reference (ns-winioctl-storage_device_resiliency_descriptor)

STORAGE_DEVICE_RESILIENCY_DESCRIPTOR structure

Description

Reserved for system use.

Members

Version

Contains the size of this structure, in bytes. The value of this member will change as members are added to the structure. Set to sizeof(STORAGE_DEVICE_RESILIENCY_DESCRIPTOR).

Size

Specifies the total size of the data returned, in bytes. This may include data that follows this structure.

NameOffset

Byte offset to the null-terminated ASCII string containing the resiliency properties Name. For devices with no Name property, this will be zero.

NumberOfLogicalCopies

Number of logical copies of data that are available.

NumberOfPhysicalCopies

Number of complete copies of data that are stored.

PhysicalDiskRedundancy

Number of disks that can fail without leading to data loss.

NumberOfColumns

Number of columns in the storage device.

Interleave

Size of a stripe unit of the storage device, in bytes. This is also referred to as the stripe width or interleave of the storage device.

See also

Disk Management Structures

IOCTL_STORAGE_QUERY_PROPERTY

STORAGE_PROPERTY_QUERY