CLUS_CSV_VOLUME_NAME structure (clusapi.h)

Represents the name of a cluster shared volume (CSV).

Syntax

typedef struct _CLUS_CSV_VOLUME_NAME {
  LARGE_INTEGER VolumeOffset;
  WCHAR         szVolumeName[MAX_PATH];
  WCHAR         szRootPath[MAX_PATH + 3];
} CLUS_CSV_VOLUME_NAME, *PCLUS_CSV_VOLUME_NAME;

Members

VolumeOffset

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

szVolumeName[MAX_PATH]

A Unicode string that contains the volume name of the CSV. The string has a terminating null character. The name provided can be either the cluster-assigned friendly name or the volume GUID path of the form "\?\Volume{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}".

szRootPath[MAX_PATH + 3]

The root 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