<div class="content"><p> </p><p>The FILE_INFO_2_CONTAINER structure contains a value that
indicates the number of entries that the <span><a href="c5433da3-e2a5-4cdb-850b-0f9ce0795b8b" data-linktype="relative-path">NetrFileEnum</a></span> method
returns and a pointer to the buffer that contains the entries.</p><dl>
<dd>
<div><pre> typedef struct _FILE_INFO_2_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] LPFILE_INFO_2 Buffer;
 } FILE_INFO_2_CONTAINER,
  *PFILE_INFO_2_CONTAINER,
  *LPFILE_INFO_2_CONTAINER;
</pre></div>
</dd></dl><p><b>EntriesRead:</b>  The number of entries
returned by the method.</p><p><b>Buffer:</b>  A pointer to the <span><a href="b64cd630-e38a-49b8-9f35-bfd81d674892" data-linktype="relative-path">FILE_INFO_2</a></span>
entries returned by the method.</p></div>