<div class="content" name="DFS_INFO_300" uuid="33e7c8c9-346e-4c0c-9dca-762291978711"><p>The DFS_INFO_300 structure relates to the <a href="2fc235af-49c4-476d-8b9e-933c1175a1d8" data-linktype="relative-path">NetrDfsEnum</a> and
NetrDfsEnumEx methods when used to enumerate <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_639b7503-b879-4ef7-98a8-14adf85bc16d" data-linktype="relative-path">DFS roots</a> hosted on a
server. The structure contains the name and type (<a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_c37de1c8-4bd3-406f-ad8c-50c877666f91" data-linktype="relative-path">domain-based</a> or <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_701a2cc1-eb5a-400f-b394-5bad264ec8f6" data-linktype="relative-path">stand-alone</a>) of a <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_6a3f0be9-b9b4-49df-9d1c-a3b89e4e9890" data-linktype="relative-path">DFS namespace</a>. The
DFS_INFO_300 structure has the following format.</p><dl>
<dd>
<div><pre> typedef struct _DFS_INFO_300 {
   DWORD Flags;
   [string] WCHAR* DfsName;
 } DFS_INFO_300;
</pre></div>
</dd></dl><p><b>Flags:</b>  This value specifies the
type of the DFS namespace. This MUST have one of the following two permitted
values.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>DFS_VOLUME_FLAVOR_STANDALONE 0x00000100</td>
  <td>Stand-alone DFS namespace.</td>
 </tr><tr>
  <td>DFS_VOLUME_FLAVOR_AD_BLOB 0x00000200</td>
  <td>Domain-based DFS namespace.</td>
 </tr></tbody></table>
</dd></dl><p><b>DfsName:</b>  A pointer to a DFS root
path.</p></div>