<div class="content" name="CONNECT_INFO_1_CONTAINER" uuid="a7d955fb-f062-405b-b93f-45f0face4398"><p>The CONNECT_INFO_1_CONTAINER structure contains a value that
indicates the number of entries that the <a href="64ee6bbe-01dc-41a5-baff-26ef1146ee29" data-linktype="relative-path">NetrConnectionEnum</a> method
returns and a pointer to the buffer that contains the entries.</p><dl>
<dd>
<div><pre> typedef struct _CONNECT_INFO_1_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] LPCONNECTION_INFO_1 Buffer;
 } CONNECT_INFO_1_CONTAINER,
  *PCONNECT_INFO_1_CONTAINER,
  *LPCONNECT_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="d22e52cc-259e-46b1-a3fe-134e9ac1b466" data-linktype="relative-path">CONNECTION_INFO_1</a> entries
returned by the method.</p></div>