<div class="content" name="DFS_INFO_105" uuid="36898c63-0ffa-4b97-a9c1-cdae52c0f749"><p>The DFS_INFO_105 structure contains information about a <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_639b7503-b879-4ef7-98a8-14adf85bc16d" data-linktype="relative-path">DFS root</a> or <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_0611e93d-f0e7-42ee-a591-d77ebcbb6619" data-linktype="relative-path">DFS link</a>, including
comment, state, time-out, and <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_0b8086c9-d025-45b8-bf09-6b5eca72713e" data-linktype="relative-path">DFS</a>
behaviors specified by property flags.</p><p>The DFS_INFO_105 structure has the following format.</p><dl>
<dd>
<div><pre> typedef struct _DFS_INFO_105 {
   [string] WCHAR* Comment;
   DWORD State;
   unsigned long Timeout;
   unsigned long PropertyFlagMask;
   unsigned long PropertyFlags;
 } DFS_INFO_105;
</pre></div>
</dd></dl><p><b>Comment:</b>   A pointer to a
null-terminated <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_c305d0ab-8b94-461a-bd76-13b40cb8c4d8" data-linktype="relative-path">Unicode</a>
string containing a comment associated with the DFS root or DFS link that is
for informational purposes. This string has no protocol-specified restrictions
on length or content. The comment is meant for human consumption and does not
affect server functionality.</p><p><b>State:</b>  The following table lists
the valid states that can be set for links. All other values are reserved and
MUST NOT be used. For more information about some of these states, see section <a href="23dff7a2-3ba8-4fd7-95dd-8e518024362b" data-linktype="relative-path">2.2.2.13</a>.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0x00000000</td>
  <td>Indicates that the existing state MUST NOT be changed.</td>
 </tr><tr>
  <td>DFS_VOLUME_STATE_OFFLINE 0x00000003</td>
  <td>The specified DFS link is offline or unavailable. This flag is valid only for a DFS link.</td>
 </tr><tr>
  <td>DFS_VOLUME_STATE_ONLINE 0x00000004</td>
  <td>The specified DFS link is available. This flag is valid only for a DFS link.</td>
 </tr></tbody></table>
</dd></dl><p><b>Timeout:</b>   The time-out, in seconds,
associated with the root or link and used in a <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_c6f2eabf-2138-4f97-a788-5d6a41a27bdd" data-linktype="relative-path">DFS referral</a> response to a <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_c2787719-60e0-4b69-8efe-c33edf9b40b2" data-linktype="relative-path">DFS client</a>.</p><p><b>PropertyFlagMask:</b>   Indicates which
bits in the <b>PropertyFlags</b> field are valid.</p><p><b>PropertyFlags:</b>  Refers to the <b>PropertyFlags</b>
field of <a href="2da0a76c-4565-4766-9bba-3b6cd1e79374" data-linktype="relative-path">DFS_INFO_103</a>,
as specified in section 2.2.4.3.</p></div>