<div class="content" name="DFS_INFO_5_CONTAINER" uuid="a3814032-9c84-4095-ac8c-07345f0636c6"><p>The DFS_INFO_5_CONTAINER structure contains an array of <a href="00691ea3-6542-44dc-8baf-200a7a747a1d" data-linktype="relative-path">DFS_INFO_5</a> structures. The
DFS_INFO_5_CONTAINER structure has the following format.</p><dl>
<dd>
<div><pre> typedef struct _DFS_INFO_5_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] DFS_INFO_5* Buffer;
 } DFS_INFO_5_CONTAINER;
</pre></div>
</dd></dl><p><b>EntriesRead:</b>  The number of elements
in the array.</p><p><b>Buffer:</b>  The array of DFS_INFO_5
structures.</p></div>