<div class="content" name="IIS_USER_INFO_1_CONTAINER" uuid="8c42a10f-34a4-4d2b-8831-a61fdad9bb80"><p>The <b>IIS_USER_INFO_1_CONTAINER</b> structure contains a
list of <a href="d3bd5ad7-8d52-4b5a-a487-af0357e50090" data-linktype="relative-path"><b>IIS_USER_INFO_1</b></a>
structures describing users who are actively connected to the <a href="ce912734-75c3-403c-8816-38e34e24df2f#gt_d9a0cf88-f6d7-4c52-a9fc-4ce5a7cb7260" data-linktype="relative-path">Internet protocol server</a>.</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>