2.2.3.19 CLUS_CSV_MAINTENANCE_MODE_INFO

The CLUS_CSV_MAINTENANCE_MODE_INFO structure supplies maintenance mode information about a cluster shared volume.

CLUS_CSV_MAINTENANCE_MODE_INFO is a custom-marshaled structure that has fields as follows.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

InMaintenance

VolumeName (520 bytes)

...

...

InMaintenance (4 bytes): A 32-bit integer that indicates the desired volume maintenance mode of the volume, as specified in Cluster Node Volume Accessibility (section 3.1.1.4). Possible values are as follows.

Value

Meaning

TRUE

0x00000001

Instructs the server to transition the volume into volume maintenance mode.

FALSE

0x00000000

Instructs the server to transition the volume out of volume maintenance mode.

VolumeName (520 bytes): A fixed-length buffer, 520 bytes long, which contains a null-terminated Unicode string that indicates the name of the volume. The server MUST accept either a friendly name described as szVolumeFriendlyName or a volume GUID name as szVolumeName (both as specified in section 2.2.3.18).