<div class="content" name="SHARE_INFO_1_CONTAINER" uuid="919abd5d-87d9-4ffa-b4b1-632a66053bc6"><p>The SHARE_INFO_1_CONTAINER structure contains a value that
indicates the number of entries that the <a href="c4a98e7b-d416-439c-97bd-4d9f52f8ba52" data-linktype="relative-path">NetrShareEnum</a> method
returns and a pointer to the buffer that contains the entries.</p><dl>
<dd>
<div><pre> typedef struct _SHARE_INFO_1_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] LPSHARE_INFO_1 Buffer;
 } SHARE_INFO_1_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="fc69f110-998d-4c16-9667-514e22fdd80b" data-linktype="relative-path">SHARE_INFO_1</a> entries
returned by the method.</p></div>