<div class="content" name="DFS_INFO_106" uuid="cda396f3-e11c-4921-9781-582a7419934f"><p>The DFS_INFO_106 structure contains the storage state and
priority of a <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_ac90b498-3ba4-48d6-bcd6-5495f1654671" data-linktype="relative-path">DFS root
target</a> or a <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_44e2f830-c28b-41e3-8c3c-d0bb576ed9fb" data-linktype="relative-path">DFS link
target</a>. For more information on prioritization, see section <a href="316fec43-dfeb-4673-afc1-3ab66321debc" data-linktype="relative-path">2.2.2.7</a>. </p><p>The DFS_INFO_106 structure has the following format.</p><dl>
<dd>
<div><pre> typedef struct _DFS_INFO_106 {
   DWORD State;
   DFS_TARGET_PRIORITY TargetPriority;
 } DFS_INFO_106;
</pre></div>
</dd></dl><p><b>State:</b>  The state of the target.
Contains one of the following valid state values.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>DFS_STORAGE_STATE_OFFLINE 0x00000001</td>
  <td>This target is offline and unavailable for use.</td>
 </tr><tr>
  <td>DFS_STORAGE_STATE_ONLINE 0x00000002</td>
  <td>This target is online and available for use.</td>
 </tr></tbody></table>
</dd></dl><p><b>TargetPriority:</b>  A
DFS_TARGET_PRIORITY structure that indicates the priority class and rank of the
<a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_a2c6d1c9-deea-427c-91ee-56f6e726eabd" data-linktype="relative-path">DFS target</a>.</p></div>