<div class="content"><p> </p><p>The DFS_INFO_3 structure contains information for a <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_639b7503-b879-4ef7-98a8-14adf85bc16d" data-linktype="relative-path">DFS root</a></span>
or a <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_0611e93d-f0e7-42ee-a591-d77ebcbb6619" data-linktype="relative-path">DFS
link</a></span>. </p><p>The DFS_INFO_3 structure has the following format.</p><dl>
<dd>
<div><pre> typedef struct _DFS_INFO_3 {
   [string] WCHAR* EntryPath;
   [string] WCHAR* Comment;
   DWORD State;
   DWORD NumberOfStorages;
   [size_is(NumberOfStorages)] DFS_STORAGE_INFO* Storage;
 } DFS_INFO_3;
</pre></div>
</dd></dl><p><b>EntryPath:</b>  Pointer to a DFS root or
DFS link path.</p><p><b>Comment:</b>  A pointer to a
null-terminated <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_c305d0ab-8b94-461a-bd76-13b40cb8c4d8" data-linktype="relative-path">Unicode</a></span> 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>  Refers to the State field of
<span><a href="a5dc283a-1fa7-4f09-a58a-0cfa3e5de625" data-linktype="relative-path">DFS_INFO_2</a></span>.
For more information, see section 2.2.3.2.</p><p><b>NumberOfStorages:</b>  The number of <span><a href="a9bc4403-a862-48b9-b99b-1b44a887d177#gt_a2c6d1c9-deea-427c-91ee-56f6e726eabd" data-linktype="relative-path">DFS
targets</a></span> for this root or link.</p><p><b>Storage:</b>  A pointer to an array of <span><a href="9f543b3c-5a0d-4dfe-bf2e-6af0624e0c25" data-linktype="relative-path">DFS_STORAGE_INFO</a></span>
structures containing information about each target. (For more information, see
section 2.2.2.5). The NumberOfStorages member specifies the number of
structures within this storage array.</p></div>