CLUS_CSV_MAINTENANCE_MODE_INFO structure (clusapi.h)

Used with the CLUSCTL_RESOURCE_SET_CSV_MAINTENANCE_MODE control code to enables or disables the maintenance mode on a cluster shared volume (CSV).

Syntax

typedef struct CLUS_CSV_MAINTENANCE_MODE_INFO {
  BOOL  InMaintenance;
  WCHAR VolumeName[MAX_PATH];
} CLUS_CSV_MAINTENANCE_MODE_INFO, *PCLUS_CSV_MAINTENANCE_MODE_INFO;

Members

InMaintenance

Specifies the maintenance mode for the CSV. TRUE enables maintenance mode, FALSE disables it.

VolumeName[MAX_PATH]

The volume GUID path of the CSV.

Requirements

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

See also

CLUSCTL_RESOURCE_SET_CSV_MAINTENANCE_MODE

Utility structures