<div class="content" name="DFS_INFO_8_CONTAINER" uuid="7fd611c3-f699-42df-8c5e-a70e57d0cda4"><p>The DFS_INFO_8_CONTAINER structure contains an array of <a href="907080e2-504f-4fba-a9a6-14113a734728" data-linktype="relative-path">DFS_INFO_8</a> structures. The
DFS_INFO_8_CONTAINER structure has the following format.</p><dl>
<dd>
<div><pre> typedef struct _DFS_INFO_8_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] LPDFS_INFO_8 Buffer;
 } DFS_INFO_8_CONTAINER,
  *LPDFS_INFO_8_CONTAINER;
</pre></div>
</dd></dl><p><b>EntriesRead:</b>  The number of
DFS_INFO_8 elements in the array.</p><p><b>Buffer:</b>  The array of DFS_INFO_8
structures.</p></div>