<div class="content" name="MERGE_OBJECT_INFO" uuid="67451f80-b251-4849-b39a-8ab5ff1cf09e"><p> </p><p>The MERGE_OBJECT_INFO structure provides change information
for a merge operation.</p><dl>
<dd>
<div><pre> struct mergeobjectinfo {
   DWORD type;
   DWORD flags;
   VOLUMELAYOUT layout;
   LONGLONG length;
 };
 typedef struct mergeobjectinfo MERGE_OBJECT_INFO;
</pre></div>
</dd></dl><p><b>type:</b>  This parameter MUST be set to
0x00000001.</p><p><b>flags:</b>   Bitmap of merge <span><a href="3c91641b-e5cd-409e-a445-2e4d61ae33c6#gt_425bcab9-7911-4eae-b414-624b7a51eb5f" data-linktype="relative-path">flags</a></span>.
The value of this field is generated by combining zero or more of the applicable
flags with a logical OR operation.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>DSKMERGE_DELETE 0x00000001</td>
  <td>Volume will be deleted.</td>
 </tr><tr>
  <td>DSKMERGE_DELETE_REDUNDANCY 0x00000002</td>
  <td>Redundant data in a fault-tolerant volume will be deleted.</td>
 </tr><tr>
  <td>DSKMERGE_STALE_DATA 0x00000004</td>
  <td>Volume contents will be stale.</td>
 </tr><tr>
  <td>DSKMERGE_RELATED 0x00000008</td>
  <td>Volume has subdisks on merged disks.</td>
 </tr></tbody></table>
</dd></dl><p><b>layout:</b>  Value from the <span><a href="f6953ee8-796f-421f-a36e-3a3798bdab3a" data-linktype="relative-path">VOLUMELAYOUT</a></span>
enumeration that indicates the volume&#39;s new layout.</p><p><b>length:</b>  Volume&#39;s new size in bytes.</p></div>