SR_RESOURCE_TYPE_REPLICATED_DISK structure (clusapi.h)

Represents a replicated disk.

Syntax

typedef struct _SR_RESOURCE_TYPE_REPLICATED_DISK {
  SR_REPLICATED_DISK_TYPE Type;
  GUID                    ClusterDiskResourceGuid;
  GUID                    ReplicationGroupId;
  WCHAR                   ReplicationGroupName[MAX_PATH];
} SR_RESOURCE_TYPE_REPLICATED_DISK, *PSR_RESOURCE_TYPE_REPLICATED_DISK;

Members

Type

The type of the replicated disk.

ClusterDiskResourceGuid

The cluster resource identifier of the disk.

ReplicationGroupId

The replication group identifier of the disk.

ReplicationGroupName[MAX_PATH]

The name of the replication group..

Requirements

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

See also

Data Structures

SR_REPLICATED_DISK_TYPE