<div class="content" name="DFS_INFO_200" uuid="5d6f6cd0-885f-47ed-b7a8-c5704cd7536f"><p>The DFS_INFO_200 structure relates to the <a href="2fc235af-49c4-476d-8b9e-933c1175a1d8" data-linktype="relative-path">NetrDfsEnumEx</a> method when
used to enumerate all of the <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_133ab305-ad75-4b38-8ec9-40bc0dc3b594" data-linktype="relative-path">domain-based
DFS namespace</a> in a <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a>.
The structure contains the name of a domain-based DFS namespace. The
DFS_INFO_200 structure has the following format.</p><dl>
<dd>
<div><pre> typedef struct _DFS_INFO_200 {
   [string] WCHAR* FtDfsName;
 } DFS_INFO_200;
</pre></div>
</dd></dl><p><b>FtDfsName:</b>  A pointer to a <a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_639b7503-b879-4ef7-98a8-14adf85bc16d" data-linktype="relative-path">DFS root</a> path.</p></div>