CLUSTER_VALIDATE_CSV_FILENAME structure (clusapi.h)
Represents a cluster shared volume (CSV) during a validation operation.
Syntax
typedef struct _CLUSTER_VALIDATE_CSV_FILENAME {
WCHAR szFileName[];
} CLUSTER_VALIDATE_CSV_FILENAME, *PCLUSTER_VALIDATE_CSV_FILENAME;
Members
szFileName
A Unicode string that contains the volume name of the CSV. The string ends with 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}".
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise |
Header | clusapi.h |