<div class="content" name="CLUS_CSV_MAINTENANCE_MODE_INFO" uuid="b35a49e4-7298-4845-a12b-2820f4cf70e4"><p>The <b>CLUS_CSV_MAINTENANCE_MODE_INFO</b> structure supplies
maintenance mode information about a <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_feef37b3-c173-4f51-aab6-b55a6366259b" data-linktype="relative-path">cluster</a></span> shared <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_9a876829-33a1-4f0b-8b81-8552b7e5561c" data-linktype="relative-path">volume</a></span>.</p><p><b>CLUS_CSV_MAINTENANCE_MODE_INFO</b> is a custom-marshaled
structure that has fields as follows.</p><table>
 <tbody><tr>
  <th><p><br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>1<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>2<br/>0</p></th>
  <th><p><br/>1</p></th>
  <th><p><br/>2</p></th>
  <th><p><br/>3</p></th>
  <th><p><br/>4</p></th>
  <th><p><br/>5</p></th>
  <th><p><br/>6</p></th>
  <th><p><br/>7</p></th>
  <th><p><br/>8</p></th>
  <th><p><br/>9</p></th>
  <th><p>3<br/>0</p></th>
  <th><p><br/>1</p></th>
 </tr>
 <tr>
  <td colspan="32">InMaintenance</td>
 </tr>
 <tr>
  <td colspan="32">VolumeName (520 bytes)</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
 <tr>
  <td colspan="32">...</td>
 </tr>
</tbody></table><p><b>InMaintenance (4 bytes): </b>A 32-bit integer that
indicates the desired volume maintenance mode of the volume, as specified in <b>Cluster
Node Volume Accessibility</b> (section <span><a href="d6de4d86-f7c9-47e6-9fef-6f2fd861aee5" data-linktype="relative-path">3.1.1.4</a></span>). Possible
values are as follows.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>TRUE 0x00000001</td>
  <td>Instructs the server to transition the volume into volume maintenance mode.</td>
 </tr><tr>
  <td>FALSE 0x00000000</td>
  <td>Instructs the server to transition the volume out of volume maintenance mode.</td>
 </tr></tbody></table>
</dd></dl><p><b>VolumeName (520 bytes): </b>A fixed-length buffer,
520 bytes long, which contains a null-terminated <span><a href="694e5e7a-5833-4f3d-b47e-323ee1d452c2#gt_b069acb4-e364-453e-ac83-42d469bb339e" data-linktype="relative-path">Unicode string</a></span> that
indicates the name of the volume. The server MUST accept either a friendly name
described as <b>szVolumeFriendlyName</b> or a volume GUID name as <b>szVolumeName</b>
(both as specified in section <span><a href="1c96736f-4ec1-403b-a5f8-dbb0edc1e672" data-linktype="relative-path">2.2.3.18</a></span>).</p></div>