SR_RESOURCE_TYPE_QUERY_ELIGIBLE_LOGDISKS structure (clusapi.h)

Describes a set of retrieved disks that can be used as log disks for the specified data disk.This is a data structure for a value list that is returned by the CLUSCTL_RESOURCE_TYPE_REPLICATION_GET_ELIGIBLE_LOGDISKS control code.

Syntax

typedef struct _SR_RESOURCE_TYPE_QUERY_ELIGIBLE_LOGDISKS {
  GUID    DataDiskGuid;
  BOOLEAN IncludeOfflineDisks;
} SR_RESOURCE_TYPE_QUERY_ELIGIBLE_LOGDISKS, *PSR_RESOURCE_TYPE_QUERY_ELIGIBLE_LOGDISKS;

Members

DataDiskGuid

The cluster resource identifier of the data disk.

IncludeOfflineDisks

When TRUE, the result set includes all the offline disks in the available storage group.

Requirements

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

See also

Data Structures