2.2.23 IIS_USER_INFO_1_CONTAINER

The IIS_USER_INFO_1_CONTAINER structure contains a list of IIS_USER_INFO_1 structures describing users who are actively connected to the Internet protocol server.

This type is declared as follows:

 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;

EntriesRead: The total number of IIS_USER_INFO objects in Buffer.

Buffer: The pointer to an array of IIS_USER_INFO_1 structures.