SR_RESOURCE_TYPE_DISK_INFO structure (clusapi.h)

Describes a set of information that indicates whether a disk is eligible for replication.

Syntax

typedef struct _SR_RESOURCE_TYPE_DISK_INFO {
  SR_DISK_REPLICATION_ELIGIBLE Reason;
  GUID                         DiskGuid;
} SR_RESOURCE_TYPE_DISK_INFO, *PSR_RESOURCE_TYPE_DISK_INFO;

Members

Reason

Indicates the reason that the disk is eligible or ineligible for replication.

DiskGuid

The cluster resource identifier of the disk.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2016
Header clusapi.h

See also

Failover Cluster Enumerations

SR_RESOURCE_TYPE_ELIGIBLE_DISKS_RESULT