<div class="content"><p> </p><p>The <b>IIS_USER_INFO_1_CONTAINER</b> structure contains a
list of <span><b><a href="d3bd5ad7-8d52-4b5a-a487-af0357e50090" data-linktype="relative-path">IIS_USER_INFO_1</a></b></span>
structures describing users who are actively connected to the <span><a href="ce912734-75c3-403c-8816-38e34e24df2f#gt_d9a0cf88-f6d7-4c52-a9fc-4ce5a7cb7260" data-linktype="relative-path">Internet
protocol server</a></span>.</p><p>This type is declared as follows:</p><dl>
<dd>
<div><pre> typedef struct _IIS_USER_INFO_1_CONTAINER {
   DWORD EntriesRead;
   [size_is(EntriesRead)] LPIIS_USER_INFO_1 Buffer;
 } IIS_USER_INFO_1_CONTAINER,
  *LPIIS_USER_INFO_1_CONTAINER;
</pre></div>
</dd></dl><p><b>EntriesRead:</b>  The total number of
IIS_USER_INFO objects in Buffer.</p><p><b>Buffer:</b>  The pointer to an array of <b>IIS_USER_INFO_1</b>
structures.</p></div>