<div class="content" name="FILE_INFO_2_CONTAINER" uuid="125dffd4-a09b-4842-b4f5-9eee7bbd4d6d"><p>The FILE_INFO_2_CONTAINER structure contains a value that
indicates the number of entries that the <a href="c5433da3-e2a5-4cdb-850b-0f9ce0795b8b" data-linktype="relative-path">NetrFileEnum</a> 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 <a href="b64cd630-e38a-49b8-9f35-bfd81d674892" data-linktype="relative-path">FILE_INFO_2</a> entries
returned by the method.</p></div>