CLUS_CSV_VOLUME_INFO structure (clusapi.h)

Represents information about a cluster shared volume (CSV).

Syntax

typedef struct _CLUS_CSV_VOLUME_INFO {
  ULARGE_INTEGER                     VolumeOffset;
  DWORD                              PartitionNumber;
  CLUSTER_CSV_VOLUME_FAULT_STATE     FaultState;
  CLUSTER_SHARED_VOLUME_BACKUP_STATE BackupState;
  WCHAR                              szVolumeFriendlyName[MAX_PATH];
  WCHAR                              szVolumeName[50];
} CLUS_CSV_VOLUME_INFO, *PCLUS_CSV_VOLUME_INFO;

Members

VolumeOffset

The physical offset, in bytes, of the data on the CSV.

PartitionNumber

The partition number of the CSV.

FaultState

A CLUSTER_CSV_VOLUME_FAULT_STATE enumeration value that specifies the fault state of the CSV.

BackupState

A CLUSTER_SHARED_VOLUME_BACKUP_STATE enumeration value that specifies the state of the CSV backup.

szVolumeFriendlyName[MAX_PATH]

The friendly name of the CSV.

szVolumeName[50]

The volume GUID path of the CSV.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2 Datacenter, Windows Server 2008 R2 Enterprise
Header clusapi.h

See also

Data structures